Пример #1
0
        public static void Main()
        {
            Store store = new Store();

            Run(store);
        }
Пример #2
0
 //-------------------------
 public Game()
 {
     store         = new Store();
     day           = new Day();
     userInterface = new UserInterface();
 }