tmp/test-doxy-mms/MarekMailSystem/MarekMailSystem2SimpleWinUI/Program.cs

Go to the documentation of this file.
00001 using System;
00002 using System.Collections.Generic;
00003 using System.Windows.Forms;
00004 
00005 namespace MarekMailSystem2SimpleWinUI
00006 {
00007     static class Program
00008     {
00012         [STAThread]
00013         static void Main()
00014         {
00015             Application.EnableVisualStyles();
00016             Application.SetCompatibleTextRenderingDefault(false);
00017             Application.Run(new FormMarekMailSystem2SimpleWinUI());
00018         }
00019     }
00020 }

Generated on Thu Oct 25 11:32:52 2007 for Marek Mail System by  doxygen 1.5.3-20071008