public void Add(Command command)
 {
     commands.Add(command);
 }
Exemple #2
0
 public Button(Command command)
 {
     this.command = command;
 }