Beispiel #1
0
        public void VisitStore()
        {
            storeInfo();
            Store store = new Store();

            store.DisplayItemPrice();
            store.BuyItems();
        }