示例#1
0
 public void Remove(Command c)
 {
     _cmds.Remove(c);
 }
示例#2
0
 public void Add(Command c)
 {
     _cmds.Add(c);
 }