Exemplo 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;
 }
Exemplo n.º 2
0
 public UIType()
 {
     UiFormsType        = UIFormsType.Normal;
     UiFormsShowMode    = UIFormShowMode.Normal;
     UiFormsLucencyType = UIFormLucenyType.Lucency;
     IsClearStack       = false;
 }
Exemplo n.º 3
0
 public UIType(UIFormsType _UIFormsType, UIFormsShowType _UIFormsShowType, UIFormsLucencyType _UIFormsLucencyType)
 {
     this._UIFormsType        = _UIFormsType;
     this._UIFormsShowType    = _UIFormsShowType;
     this._UIFormsLucencyType = _UIFormsLucencyType;
 }