예제 #1
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (OrientationSample game = new OrientationSample())
     {
         game.Run();
     }
 }
예제 #2
0
		public override void FinishedLaunching (UIApplication app)
		{
			// Fun begins..
			game = new OrientationSample();
			game.Run();
		}
예제 #3
0
 public override void FinishedLaunching(UIApplication app)
 {
     // Fun begins..
     game = new OrientationSample();
     game.Run();
 }