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