# | Line 61 | Line 61 | namespace RomCheater.EmuMMAPPlugin | |
---|---|---|
61 | private void InternalShow(DockPanel dockPanel, DockState dockState) | |
62 | { | |
63 | #if PLUGIN_ENABLED | |
64 | < | var t = new EmuMEMMapDockControl(); |
64 | > | var t = new EmuMEMMapDockControl(this); |
65 | if (dockPanel == null) | |
66 | { | |
67 | t.Show(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |