using System; using System.Collections.Generic; using System.Windows.Forms; namespace TestWinForms { static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new MailNotifier()); } } } ead>
aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ex/makehtml.sh
blob: 985e4b0e878d2e9481e1ac525bb67ed7adfba4df (plain)
1
2
3
4
5
6