コード例 #1
0
ファイル: RobotGame.cs プロジェクト: nusisschad/XNAGameStudio
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main()
 {
     using (RobotGameGame game = new RobotGameGame())
     {
         game.Run();
     }
 }
コード例 #2
0
ファイル: RobotGame.cs プロジェクト: GodLesZ/svn-dump
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main()
 {
     using (RobotGameGame game = new RobotGameGame())
     {
         game.Run();
     }
 }