Beispiel #1
0
 private void Output(object sender, DataReceivedEventArgs e)
 {
     if (e.Data == null)
     {
         Process.OutputDataReceived -= Output;
     }
     else
     {
         Core.Log(this, e.Data);
     }
 }