Example #1
0
 public void RemCommand(Command cmd)
 {
     _cmd_list.Remove(cmd);
 }
Example #2
0
 public int AddCommand(Command cmd)
 {
     return _cmd_list.Add(cmd);
 }