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