Exemplo n.º 1
0
 public void Remove(Command c)
 {
     _cmds.Remove(c);
 }
Exemplo n.º 2
0
 public void Add(Command c)
 {
     _cmds.Add(c);
 }