示例#1
0
 public void AddBinder(Binder binder)
 {
     _bus.AddBinderConsumer(new DocumentInfo {
         Type = binder.InititatorType
     });
 }