Exemplo n.º 1
0
        protected virtual void OnCommandErrorDataReceived(CommandOutputEventArgs e)
        {
            CommandErrorReceivedEventHandler handler = CommandErrorDataReceived;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 2
0
 protected virtual void OnCommandErrorDataReceived(CommandOutputEventArgs e)
 {
     CommandErrorReceivedEventHandler handler = CommandErrorDataReceived;
     if (handler != null) handler(this, e);
 }