14 |
|
public GenericMemoryProvider(IConfigPlugin config, Process process) : base(config,process) { } |
15 |
|
public GenericMemoryProvider(IAcceptsProcessAndConfig config) : base(config) { } |
16 |
|
} |
17 |
+ |
|
18 |
+ |
#region MemoryScanner-r204 |
19 |
+ |
namespace r204 |
20 |
+ |
{ |
21 |
+ |
public class GenericMemoryProvider : BaseMemoryProvider |
22 |
+ |
{ |
23 |
+ |
public GenericMemoryProvider() : base() { } |
24 |
+ |
public GenericMemoryProvider(IConfigPlugin config) : base(config) { } |
25 |
+ |
public GenericMemoryProvider(IConfigPlugin config, Process process) : base(config, process) { } |
26 |
+ |
public GenericMemoryProvider(IAcceptsProcessAndConfig config) : base(config) { } |
27 |
+ |
} |
28 |
+ |
} |
29 |
+ |
#endregion |
30 |
|
} |