Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Docking/FloatingMemoryView.cs 2012/06/03 13:04:02 242 +++ trunk/RomCheater/Docking/FloatingMemoryView.cs 2012/06/03 13:21:51 243 @@ -13,7 +13,10 @@ namespace RomCheater.Docking { - public partial class FloatingMemoryView : DockContent, IAcceptsProcess<Process>, IAcceptsPlugin<IConfigPlugin>, IAcceptsExternalMemoryAddress + public partial class FloatingMemoryView : DockContent, + IAcceptsPlugin<IConfigPlugin>, + IAcceptsProcess<Process>, + IAcceptsProcessAndConfig, IAcceptsExternalMemoryAddress { public FloatingMemoryView() { InitializeComponent();
ViewVC Help | |
Powered by ViewVC 1.1.22 |