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