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