|
|
|
|
||||||||||||||||||||||||||||
![]() |
LoTROInterface SVN BuildSkin[/] [branches/] [newbeta/] [BuildSkin (beta)/] [Program.cs] - Rev 25Compare 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()); } } } All times are GMT -5. The time now is 01:44 AM.
|
![]() |
||||||||||||||||||||||||||
|