Change line:
proc.StartProcessing(switches.ToArray(), new PPP());
to
proc.StartProcessing(switches.ToArray(), null);
Cheers,
Josip
proc.StartProcessing(switches.ToArray(), new PPP());
to
proc.StartProcessing(switches.ToArray(), null);
Cheers,
Josip