Пример #1
0
 public ReferenceEventClosure(object reference, SampleEventBindingService.EventPropertyDescriptor prop)
 {
     this.reference          = reference;
     this.propertyDescriptor = prop;
 }
 public ReferenceEventClosure(object reference, SampleEventBindingService.EventPropertyDescriptor prop)
 {
     this.reference = reference;
     this.propertyDescriptor = prop;
 }