Ejemplo n.º 1
0
 public PipeManager(string pipeName, PipeRequestHandler handler)
 {
     this.PipeName   = pipeName;
     this.reqHandler = handler;
 }
Ejemplo n.º 2
0
 public PipeManager(string pipeName, PipeRequestHandler handler)
 {
     this.PipeName = pipeName;
     this.reqHandler = handler;
 }