Exemple #1
0
 public Engine(Dispatcher dispathcer)
 {
     this.dispathcer = dispathcer;
 }
Exemple #2
0
 public Engine(Dispatcher dispatcher, IUserInterface userInterface)
 {
     this.dispatcher = dispatcher;
     this.userInterface = userInterface;
 }