Exemple #1
0
 public UIType(UIFormsType _UIFormsType, UIFormsShowType _UIFormsShowType, UIFormsLucencyType _UIFormsLucencyType, bool isClearStack)
 {
     this._UIFormsType        = _UIFormsType;
     this._UIFormsShowType    = _UIFormsShowType;
     this._UIFormsLucencyType = _UIFormsLucencyType;
     this.isClearStack        = isClearStack;
 }
Exemple #2
0
 public UIType(UIFormsType _UIFormsType, UIFormsShowType _UIFormsShowType, UIFormsLucencyType _UIFormsLucencyType)
 {
     this._UIFormsType        = _UIFormsType;
     this._UIFormsShowType    = _UIFormsShowType;
     this._UIFormsLucencyType = _UIFormsLucencyType;
 }