Exemplo n.º 1
0
 public Engine(Dispatcher dispathcer)
 {
     this.dispathcer = dispathcer;
 }
Exemplo n.º 2
0
 public Engine(Dispatcher dispatcher, IUserInterface userInterface)
 {
     this.dispatcher = dispatcher;
     this.userInterface = userInterface;
 }