Ejemplo n.º 1
0
 private protected void OnServiceOutput(string message)
 {
     ServiceOutput?.Invoke(this, new ServiceOutputEventArgs(message));
 }