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