Beispiel #1
0
 public ServerManager(PipeServer pipeServer)
 {
     _server = pipeServer;
     _server.Start();
 }
Beispiel #2
0
 public NyxTaskScheduler()
 {
     _pipeCommunicator = new PipeServer();
 }