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


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