Ejemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnServicesControllerErrorEvent(ServicesControllerErrorArgs e)
 {
     ServicesControllerErrorEvent?.Invoke(this, e);
 }
Ejemplo n.º 2
0
 private static void ServicesControllerErrorEvent(object sender, ServicesControllerErrorArgs e)
 {
     Console.WriteLine(e.ErrorMessage);
 }