示例#1
0
 public bool Remove(List <Unit> ts)
 {
     return(UnitHolder.Remove(ts));
 }
示例#2
0
 public bool Remove(Unit t)
 {
     return(UnitHolder.Remove(t));
 }