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