コード例 #1
0
ファイル: Program.cs プロジェクト: bookbag/ProjectAlphaIota
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (CheckerGame game = new CheckerGame())
     {
         game.Run();
     }
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: bookbag/ProjectAlphaIota
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (CheckerGame game = new CheckerGame())
     {
         game.Run();
     }
 }
コード例 #3
0
ファイル: SetupForm.cs プロジェクト: bookbag/ProjectAlphaIota
        public SetupForm(CheckerGame game)
        {
            this.game = game;

            InitializeComponent();
        }
コード例 #4
0
ファイル: SetupForm.cs プロジェクト: bookbag/ProjectAlphaIota
        public SetupForm(CheckerGame game)
        {
            this.game = game;

            InitializeComponent();
        }