19 |
using System.Text; |
using System.Text; |
20 |
using RomCheater.PluginFramework.Core; |
using RomCheater.PluginFramework.Core; |
21 |
using WeifenLuo.WinFormsUI.Docking; |
using WeifenLuo.WinFormsUI.Docking; |
22 |
|
using Enterprise.Logging; |
23 |
|
|
24 |
namespace RomCheater.RVACalculator |
namespace RomCheater.RVACalculator |
25 |
{ |
{ |
54 |
|
|
55 |
public override void Config() |
public override void Config() |
56 |
{ |
{ |
57 |
Logging.logger.Warn.WriteLine("Plugin: '{0}' guid: '{1}' - has no configurable settings", name, ID); |
gLog.Warn.WriteLine("Plugin: '{0}' guid: '{1}' - has no configurable settings", name, ID); |
58 |
} |
} |
59 |
|
|
60 |
public override void Show() { Show(null); } |
public override void Show() { Show(null); } |