업무일지 메일 발송 로직에서. 휴일 체크 루틴 버그 수정
This commit is contained in:
@@ -133,5 +133,10 @@ namespace JobReportMailService
|
||||
//childForm.Text = "창 " + childFormNumber++;
|
||||
childForm.Show();
|
||||
}
|
||||
|
||||
private void MDIParent1_Load(object sender, EventArgs e)
|
||||
{
|
||||
this.Text = "mail service " + Application.ProductVersion.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user