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