public AbstractTypePropertyEditor(Type baseType)
 {
     this._options = new AbstractTypeInstanceOptionManager(baseType);
 }
Exemple #2
0
 public AbstractTypePropertyEditor(Type baseType)
 {
     _options = new AbstractTypeInstanceOptionManager(baseType);
 }