示例#1
0
 public void Remove(Mov mov)
 {
     this.dic.Remove(mov);
 }
示例#2
0
 public void Add(Mov mov, Act act)
 {
     this.dic.Add(mov, act);
 }