send mail 프로젝트 폐기
This commit is contained in:
@@ -37,13 +37,13 @@ namespace JobReportMailService
|
||||
this.richTextBox1.BeginInvoke(new Action(() =>
|
||||
{
|
||||
if (this.richTextBox1.Lines.Length > 1000) this.richTextBox1.Clear();
|
||||
this.richTextBox1.AppendText(m + "\n");
|
||||
this.richTextBox1.AppendText(DateTime.Now.ToString("HH:mm:ss.fff") + "] " + m + "\n");
|
||||
this.richTextBox1.ScrollToCaret();
|
||||
}));
|
||||
return;
|
||||
}
|
||||
if (this.richTextBox1.Lines.Length > 1000) this.richTextBox1.Clear();
|
||||
this.richTextBox1.AppendText(m + "\n");
|
||||
this.richTextBox1.AppendText(DateTime.Now.ToString("HH:mm:ss.fff") + "] " + m + "\n");
|
||||
this.richTextBox1.ScrollToCaret();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user