示例#1
0
 public void FixtureSetup()
 {
     _spy                = new UposEventDispatcherSpy();
     _uposProperties     = new TestableUposBaseProperties();
     _uposEventArguments = new UposEventArguments(_uposProperties);
     _dispatcher         = IUposEventDispatcherFactory.Create(_uposEventArguments);
 }
 public UposEventDispatcher(UposEventArguments args)
 {
     _callbacks = args;
 }