예제 #1
0
 public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
 {
     return(myOriginalDescriptor.Converter.CanConvertFrom(myContextWrapper.GetUpdatedContextWrapper(context), sourceType));
 }