コード例 #1
0
ファイル: Program.cs プロジェクト: napoleond/MvcApplication1
        public static void Main()
        {
            Store store = new Store();

            Run(store);
        }
コード例 #2
0
ファイル: Game.cs プロジェクト: laolvue/LemonadeStandUML
 //-------------------------
 public Game()
 {
     store         = new Store();
     day           = new Day();
     userInterface = new UserInterface();
 }