Ejemplo n.º 1
0
 /// <summary>
 /// Registers the specified converter for non-standard custom types.
 /// </summary>
 public void SetCustomTypeConverter(ConvertTypeDlgt customTypeConverter)
 {
   TypeConverter.CustomTypeConverter = customTypeConverter;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Registers the specified converter for non-standard custom types.
 /// </summary>
 public void SetCustomTypeConverter(ConvertTypeDlgt customTypeConverter)
 {
     TypeConverter.CustomTypeConverter = customTypeConverter;
 }