# | Line 12 | Line 12 | namespace Sojaner.MemoryScanner.MemoryPr | |
---|---|---|
12 | public GenericMemoryProvider() : base() { } | |
13 | public GenericMemoryProvider(IConfigPlugin config) : base(config) { } | |
14 | public GenericMemoryProvider(IConfigPlugin config, Process process) : base(config,process) { } | |
15 | < | public GenericMemoryProvider(IAcceptsProcessAndConfig config) : base(config) { } |
15 | > | public GenericMemoryProvider(IAcceptsProcessAndConfig pconfig) : base(pconfig) { } |
16 | } | |
17 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |