13 |
|
|
14 |
namespace RomCheater.Docking |
namespace RomCheater.Docking |
15 |
{ |
{ |
16 |
public partial class FloatingMemoryView : DockContent, IAcceptsProcess<Process>, IAcceptsPlugin<IConfigPlugin>, IAcceptsExternalMemoryAddress |
public partial class FloatingMemoryView : DockContent, |
17 |
|
IAcceptsPlugin<IConfigPlugin>, |
18 |
|
IAcceptsProcess<Process>, |
19 |
|
IAcceptsProcessAndConfig, IAcceptsExternalMemoryAddress |
20 |
{ |
{ |
21 |
public FloatingMemoryView() { |
public FloatingMemoryView() { |
22 |
InitializeComponent(); |
InitializeComponent(); |