Example #1
0
 public override void ShowWindow()
 {
     windowController.ShowItems();
     base.ShowWindow();
 }
Example #2
0
 public void BuyItem()
 {
     generalStore.BuyItem(type, price, quantity);
     storeWindow.ShowItems();
 }