This commit is contained in:
chi
2021-06-25 15:55:26 +09:00
parent acc368d065
commit 48b67ec89d
7 changed files with 140 additions and 93 deletions

View File

@@ -33,6 +33,7 @@ namespace Project
#endregion
[Description("시작 화면")]
public eFormList startForm { get; set; }
@@ -55,6 +56,9 @@ namespace Project
public string SharedDataPath { get; set; }
[Category("구매"),DisplayName("오류항목표시")]
public Boolean Showbuyerror { get; set; }
[Category("Barcode"), DisplayName("Port Name")]
public string Barcode { get; set; }