Exemplo n.º 1
0
        public static void Main()
        {
            Store store = new Store();

            Run(store);
        }
Exemplo n.º 2
0
 //-------------------------
 public Game()
 {
     store         = new Store();
     day           = new Day();
     userInterface = new UserInterface();
 }