lotrointerface.com
Search Downloads

LoTROInterface SVN BuildSkin

[/] [branches/] [newbeta/] [BuildSkin (beta)/] [Program.cs] - Rev 25

Compare with Previous | Blame | View Log

using System;
using System.Collections.Generic;
using System.Windows.Forms;

namespace BuildSkin
{
    static class Program
    {
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        [STAThread]
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new mainWindow());
        }
    }
}

Compare with Previous | Blame


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


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