lotrointerface.com
Search Downloads

LoTROInterface SVN BuildSkin

[/] [branches/] [UiBuilder-Compat/] [Program.cs] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 Mevordel-4860
using System;
2 Mevordel-4860
using System.Collections.Generic;
3 Mevordel-4860
using System.Windows.Forms;
4 Mevordel-4860
 
5 Mevordel-4860
namespace BuildSkin
6 Mevordel-4860
{
7 Mevordel-4860
    static class Program
8 Mevordel-4860
    {
9 Mevordel-4860
        /// <summary>
10 Mevordel-4860
        /// The main entry point for the application.
11 Mevordel-4860
        /// </summary>
12 Mevordel-4860
        [STAThread]
13 Mevordel-4860
        static void Main()
14 Mevordel-4860
        {
15 Mevordel-4860
            Application.EnableVisualStyles(); //Must be here to exist before Builder object is created
16 Mevordel-4860
            Application.SetCompatibleTextRenderingDefault(false);
17 Mevordel-4860
            Application.Run(new fBuildSkin());
18 Mevordel-4860
        }
19 Mevordel-4860
    }
20 Mevordel-4860
}

All times are GMT -5. The time now is 12:36 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui