Ejemplo n.º 1
0
 public Dispatcher(MethodBinder binder)
 {
     _binder = binder;
 }
Ejemplo n.º 2
0
 public InvokingDispatcher(IDispatcher baseDispatcher, MethodBinder binder, ISynchronizeInvoke invoker)
 {
     _baseDispatcher = baseDispatcher;
     _binder         = binder;
     _invoker        = invoker;
 }