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