Beispiel #1
0
 /// <summary>
 /// 取消命令
 /// </summary>
 public void CancleCommand(Command cmd)
 {
     commands.Remove(cmd);
 }
Beispiel #2
0
 /// <summary>
 /// 添加命令
 /// </summary>
 public void AddCommand(Command cmd)
 {
     commands.Add(cmd);
 }