Ejemplo n.º 1
0
 private void OnBackendEventError(BackendEventError error)
 {
     try
     {
         System.Diagnostics.Debug.WriteLine(error.ToString());
         Notifications.CreateError(error);
     }
     catch (Exception uiEx) { UIError(uiEx); }
 }