Ejemplo n.º 1
0
 public Engine(CommandInterpreter commandInterpreter)
 {
     this.commandInterpreter = commandInterpreter;
 }
Ejemplo n.º 2
0
 public Engine()
 {
     ci = new CommandInterpreter();
 }