Parent Directory
|
Revision Log
|
Patch
--- trunk/EmuXPortal/Form1.cs 2012/04/03 20:08:55 4 +++ trunk/EmuXPortal/Form1.cs 2012/04/03 20:35:32 12 @@ -6,6 +6,7 @@ using System.Linq; using System.Text; using System.Windows.Forms; +using EmuXPortal.Api; namespace EmuXPortal { @@ -14,6 +15,7 @@ public Form1() { InitializeComponent(); + Config.LoadConfig(); } } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |