Beispiel #1
0
 public void AddItem(Model.Item item)
 {
     item.AddChild(new Toy());
     _box.Items.Add(item);
 }