업무일지 메일 발송 로직에서. 휴일 체크 루틴 버그 수정

This commit is contained in:
chi
2021-05-28 11:34:30 +09:00
parent e1dce272bb
commit ba02049737
88 changed files with 7522 additions and 2224 deletions

View File

@@ -53,6 +53,8 @@ namespace Project
[Description("Full Screen Window")]
public Boolean FullScreen { get; set; }
public string SharedDataPath { get; set; }
[Category("Barcode"), DisplayName("Port Name")]
public string Barcode { get; set; }
@@ -68,6 +70,8 @@ namespace Project
public Setting() : this(Util.CurrentPath + "setting.xml") {}
public Setting(string file)
{
this.filename = file;