Esempio n. 1
0
 /// <summary>
 /// Associate the given view with this Inventory.</summary>
 public void AddView(InventoryView view)
 {
     _views.Add(view);
     view.InitFromInventory(this);
 }