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