예제 #1
0
파일: Daemon.cs 프로젝트: Jan0660/JanD
 public DaemonConnection(NamedPipeServerStream stream)
 {
     Stream     = stream;
     Events     = 0;
     OutLogSubs = new();
     ErrLogSubs = new();
 }
예제 #2
0
 public static string ToIpcString(this DaemonEvents daemonEvent)
 => daemonEvent switch
 {