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