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