public AbstractTypePropertyEditor(Type baseType)
 {
     this._options = new AbstractTypeInstanceOptionManager(baseType);
 }
Exemplo n.º 2
0
 public AbstractTypePropertyEditor(Type baseType)
 {
     _options = new AbstractTypeInstanceOptionManager(baseType);
 }