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