12 |
|
#endregion |
13 |
|
#endregion |
14 |
|
|
15 |
< |
//#define PLUGIN_ENABLED // when defined the plugin is enabled, otherwise it will not be shown |
15 |
> |
#define PLUGIN_ENABLED // when defined the plugin is enabled, otherwise it will not be shown |
16 |
|
using System; |
17 |
|
using System.Collections.Generic; |
18 |
|
using System.Linq; |
61 |
|
private void InternalShow(DockPanel dockPanel, DockState dockState) |
62 |
|
{ |
63 |
|
#if PLUGIN_ENABLED |
64 |
< |
var t = new CheatCodeDockContent(); |
64 |
> |
var t = new EmuMEMMapDockControl(this); |
65 |
|
if (dockPanel == null) |
66 |
|
{ |
67 |
|
t.Show(); |