public CustomPropertyDescriptor( PropertyDescriptor propertyDescriptor, PropertyCustomisation customisation) : base(propertyDescriptor) { _basePropertyDescriptor=propertyDescriptor; _customisation = customisation ; }
public CustomPropertyDescriptor( PropertyDescriptor propertyDescriptor, PropertyCustomisation customisation) : base(propertyDescriptor) { _basePropertyDescriptor = propertyDescriptor; _customisation = customisation; }