root/branches/Prowizje/BazaReklam.Updater/Program.cs

Wersja 597, 461 bytes (wprowadzona przez marek, 17 years temu)

re #165

Line 
1using System;
2using System.Windows.Forms;
3
4namespace Updater
5{
6    static class Program
7    {
8        /// <summary>
9        /// The main entry point for the application.
10        /// </summary>
11        [STAThread]
12        static void Main(string[] args)
13        {
14            Application.EnableVisualStyles();
15            Application.SetCompatibleTextRenderingDefault(false);
16            Application.Run(new FormUpdate(args));
17        }
18    }
19}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.