usingSystem;usingSystem.Collections.Generic;usingSystem.Windows.Forms;namespaceTestWinForms{staticclassProgram{/// <summary>/// The main entry point for the application./// </summary>[STAThread]staticvoidMain(){Application.EnableVisualStyles();Application.SetCompatibleTextRenderingDefault(false);Application.Run(newMailNotifier());}}}