コード例 #1
0
 public NativeNamedPipeServer()
 {
     _ipcServer = IPCServer.instance;
 }
コード例 #2
0
 public IPCServer()
 {
     instance = this;
 }