Пример #1
0
		public CustomPropertyDescriptor(
			PropertyDescriptor propertyDescriptor, 
			PropertyCustomisation customisation) : base(propertyDescriptor)
		{
			_basePropertyDescriptor=propertyDescriptor;
			_customisation = customisation ;
		}
Пример #2
0
 public CustomPropertyDescriptor(
     PropertyDescriptor propertyDescriptor,
     PropertyCustomisation customisation) : base(propertyDescriptor)
 {
     _basePropertyDescriptor = propertyDescriptor;
     _customisation          = customisation;
 }