/// </summary>
        private static void Main(string[] args)
        {
            using (FarseerPhysicsGame game = new FarseerPhysicsGame())
            {
                game.Run();
            }
        }
    }
}
Beispiel #2
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 private static void Main(string[] args)
 {
     using (FarseerPhysicsGame game = new FarseerPhysicsGame())
     {
         game.Run();
     }
 }