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