13 |
{ |
{ |
14 |
public GenericConfig() : base() { } |
public GenericConfig() : base() { } |
15 |
public GenericConfig(bool doinit) : base(doinit) { } |
public GenericConfig(bool doinit) : base(doinit) { } |
16 |
|
protected override bool IsNotValidProcess(ProcContainer p) |
|
protected override bool IsNotValidProcess(ProcContainer p) |
|
17 |
{ |
{ |
18 |
logger.VerboseDebug.WriteLine(" Allowing process {0} to be added", p.Name); |
logger.VerboseDebug.WriteLine(" Allowing process {0} to be added", p.Name); |
19 |
return false; |
return false; |
20 |
} |
} |
21 |
#region IPluginBase Members |
#region IPluginBase Members |
22 |
public override Guid ID |
public override Guid ID |