Esempio n. 1
0
 public UIType(UIFormsType _UIFormsType, UIFormsShowType _UIFormsShowType, UIFormsLucencyType _UIFormsLucencyType, bool isClearStack)
 {
     this._UIFormsType        = _UIFormsType;
     this._UIFormsShowType    = _UIFormsShowType;
     this._UIFormsLucencyType = _UIFormsLucencyType;
     this.isClearStack        = isClearStack;
 }
Esempio n. 2
0
 public UIType()
 {
     UiFormsType        = UIFormsType.Normal;
     UiFormsShowMode    = UIFormShowMode.Normal;
     UiFormsLucencyType = UIFormLucenyType.Lucency;
     IsClearStack       = false;
 }
Esempio n. 3
0
 public UIType(UIFormsType _UIFormsType, UIFormsShowType _UIFormsShowType, UIFormsLucencyType _UIFormsLucencyType)
 {
     this._UIFormsType        = _UIFormsType;
     this._UIFormsShowType    = _UIFormsShowType;
     this._UIFormsLucencyType = _UIFormsLucencyType;
 }