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