Ver 2025.03.25.0
FrmLogParser :: LogFile DragDrop 패치
This commit is contained in:
@@ -1117,6 +1117,8 @@ namespace DDUtilityApp.TIBRENDEZVOUS
|
||||
this.tboxSendMessage.Text = xmlReply.XmlData.GetText();
|
||||
this.tboxSendMessage.Tag = xmlReply;
|
||||
|
||||
xmlReply.SendSubject = this.cboxSendSubject.Text;
|
||||
|
||||
if (xmlReply.IsReply && xmlReply.RequestMessage != null)
|
||||
if (!string.IsNullOrEmpty(xmlReply.RequestMessage.ReplySubject)) this.SendButtons_Focus(this.btnSendReply);
|
||||
else this.SendButtons_Focus(this.btnSend);
|
||||
|
||||
Reference in New Issue
Block a user