public void SetCommand(Command c)
 {
     command = c;
 }
Beispiel #2
0
 private void RunCommand()
 {
     Command.Command c = new Command.Command();
     c.Run();
 }