Compare commits
No commits in common. "578889488f6a22a17de8bc25ac5cff79aa01deeb" and "3f34329291725680c3052579f1ec2a5181c0aac4" have entirely different histories.
578889488f
...
3f34329291
Binary file not shown.
Binary file not shown.
|
@ -548,16 +548,13 @@ namespace INT_PT002.Forms
|
|||
this.ParentForm.CurrentSystemStatus.CurrentUser.Group == Define.E_UserGroup.Developer)
|
||||
{
|
||||
this.buttonBottom3.Visible = true;
|
||||
this.buttonBottom4.Visible = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.buttonBottom3.Visible = false;
|
||||
}
|
||||
|
||||
if (this.ParentForm.CurrentSystemStatus.CurrentUser.Group == Define.E_UserGroup.Developer)
|
||||
this.buttonBottom4.Visible = true;
|
||||
else
|
||||
this.buttonBottom4.Visible = false;
|
||||
}
|
||||
|
||||
this.SelectedMenuSystem = Define.E_MenuSystemStore._1_Information;
|
||||
this.SetBottomMenuSystem(this.SelectedMenuSystem);
|
||||
|
|
Loading…
Reference in New Issue