protected void OnOutputLineReceived(object sender, LineReceivedEventArgs e) { if (this.OutputLineReceived != null) { this.OutputLineReceived(this, e); } }
protected void OnErrorLineReceived(object sender, LineReceivedEventArgs e) { if (this.ErrorLineReceived != null) { this.ErrorLineReceived(this, e); } }