14 |
|
using System.Diagnostics; |
15 |
|
using RomCheater.PluginFramework.Interfaces; |
16 |
|
using WeifenLuo.WinFormsUI.Docking; |
17 |
+ |
using RomCheater.Docking; |
18 |
|
|
19 |
|
namespace RomCheater |
20 |
|
{ |
28 |
|
IConfigPlugin ConfigPlugin = null; |
29 |
|
IInputPlugin InputPlugin = null; |
30 |
|
IWindowPlugin WindowPlugin = null; |
31 |
< |
static Main() |
31 |
< |
{ |
32 |
< |
SettingSubscriber.AddSubscriber(Settings.Default); |
33 |
< |
} |
31 |
> |
static Main() { SettingSubscriber.AddSubscriber(new Main(), Settings.Default); } |
32 |
|
private const string t = "RomCheater"; |
33 |
|
#region LogWriterSupport |
34 |
|
static LogWriter _LoggerInstance; |