Ver 2025.03.25.0

FrmLogParser :: LogFile DragDrop 패치
This commit is contained in:
2025-03-25 17:06:01 +09:00
parent 0507461566
commit e7a8c36412
5 changed files with 21 additions and 6 deletions

View File

@@ -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);