예제 #1
0
 public Dispatcher(MethodBinder binder)
 {
     _binder = binder;
 }
예제 #2
0
 public InvokingDispatcher(IDispatcher baseDispatcher, MethodBinder binder, ISynchronizeInvoke invoker)
 {
     _baseDispatcher = baseDispatcher;
     _binder         = binder;
     _invoker        = invoker;
 }