Ejemplo n.º 1
0
 public override void Resolve(string parameter = "")
 {
     CommandOutputEvent.Call(Command, ErrorMessage);
 }
Ejemplo n.º 2
0
 protected void Output(string message)
 {
     CommandOutputEvent.Call(this.DisplayName, message);
 }