示例#1
0
 public bool RemoveBox(Box box)
 {
     return this.items.Remove(box);
 }
示例#2
0
 public void AddBox(Box box)
 {
     this.items.Add(box);
 }