This commit is contained in:
chikyun.kim
2018-12-22 19:30:02 +09:00
parent f957c5fcb1
commit 560f7d78bf
21 changed files with 1148 additions and 249 deletions

View File

@@ -45,6 +45,7 @@ namespace Project
public string Barcode { get; set; }
public string lastid { get; set; }
public int CamIndex { get; set; }
public Setting() : this(Util.CurrentPath + "setting.xml") {}