public ManagedInterface()
 {
     this._version              = "0.0.0.1";
     this._formFieldType        = new FormFieldType();
     this._formGroupType        = new FormGroupType();
     this._titleLocation        = new TitleLocation();
     this._formControlDockStyle = new FormControlDockStyle();
 }
Esempio n. 2
0
 public ManagedInterface()
 {
     this._version              = "1.1.2.2";
     this._formFieldType        = new FormFieldType();
     this._formGroupType        = new FormGroupType();
     this._titleLocation        = new TitleLocation();
     this._formControlDockStyle = new FormControlDockStyle();
     this._standardDialogs      = new StandardDialogs();
 }