..
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Project
|
||||
[Browsable(false)]
|
||||
public string lastid { get; set; }
|
||||
[Browsable(false)]
|
||||
public string lastdept { get; set; }
|
||||
public string lastdpt { get; set; }
|
||||
public int CamIndex { get; set; }
|
||||
|
||||
[DisplayName("Tool Bar")]
|
||||
@@ -85,7 +85,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파트";
|
||||
//if (lastdept == "") lastdept = "제조본부 장비기술팀 K4장비기술1파트";
|
||||
|
||||
var str_toolbar = Xml.get_Data("enum", "HideToolbar", "0");
|
||||
this.HideToolbar = (eToolPosition)int.Parse(str_toolbar);
|
||||
|
||||
Reference in New Issue
Block a user