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