Beispiel #1
0
 public NativeNamedPipeServer()
 {
     _ipcServer = IPCServer.instance;
 }
 public IPCServer()
 {
     instance = this;
 }