Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.ScratchPad/ScratchPadPlugin.cs 2014/04/15 14:52:10 812 +++ trunk/RomCheater.ScratchPad/ScratchPadPlugin.cs 2014/09/16 21:09:17 855 @@ -95,6 +95,7 @@ if (t == null || t.DockHandler == null) return null; return t.DockHandler; } + set { t.DockHandler = value; } } } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |