Beispiel #1
0
 //application entry point
 static void Main(string[] args)
 {
     using (FlxFactory game = new FlxFactory())
     {
         game.Run();
     }
 }
Beispiel #2
0
        public override void FinishedLaunching(MonoMac.Foundation.NSObject notification)
        {
            game = new FlxFactory();
            game.Run();


//			using (FlxFactory game = new FlxFactory())
//			{
//				game.Run();
//			}
        }
Beispiel #3
0
 //application entry point
 static void Main(string[] args)
 {
     using (FlxFactory game = new FlxFactory())
     {
         game.Run();
     }
 }