Пример #1
0
 protected void OnOutputLineReceived(object sender, LineReceivedEventArgs e)
 {
     if (this.OutputLineReceived != null)
     {
         this.OutputLineReceived(this, e);
     }
 }
Пример #2
0
 protected void OnErrorLineReceived(object sender, LineReceivedEventArgs e)
 {
     if (this.ErrorLineReceived != null)
     {
         this.ErrorLineReceived(this, e);
     }
 }