..
This commit is contained in:
@@ -46,7 +46,10 @@ namespace Project
|
||||
[Category("Barcode"), DisplayName("Port Name")]
|
||||
public string Barcode { get; set; }
|
||||
|
||||
[Browsable(false)]
|
||||
public string lastid { get; set; }
|
||||
[Browsable(false)]
|
||||
public string lastdept { get; set; }
|
||||
public int CamIndex { get; set; }
|
||||
|
||||
public Setting() : this(Util.CurrentPath + "setting.xml") {}
|
||||
@@ -68,6 +71,7 @@ namespace Project
|
||||
if (Language.isEmpty()) Language = "Kor";
|
||||
if (Password_Setup.isEmpty()) Password_Setup = "0000";
|
||||
if (Password_User.isEmpty()) Password_User = "9999";
|
||||
if (lastdept == "") lastdept = "제조본부 장비기술팀 K4장비기술1파트";
|
||||
|
||||
//시작폼가져오기
|
||||
var 시작품 = Xml.get_Data("startForm");
|
||||
|
||||
Reference in New Issue
Block a user