コード例 #1
0
 public ReferenceEventClosure(object reference, EventBindingService.EventPropertyDescriptor prop)
 {
     this.reference = reference;
     this.propertyDescriptor = prop;
 }
コード例 #2
0
 public ReferenceEventClosure(object reference, EventBindingService.EventPropertyDescriptor prop)
 {
     this.reference          = reference;
     this.propertyDescriptor = prop;
 }