Ejemplo n.º 1
0
 public CustomPropertyDescriptor(CustomProperty customProperty, Attribute[] attrs)
     : base(customProperty.Name, attrs)
 {
     _customProperty = customProperty;
 }