public static void Main() { BatmanGame.App app = new BatmanGame.App(); app.InitializeComponent(); app.Run(); }