업무일지 메일 발송 로직에서. 휴일 체크 루틴 버그 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user