Пример #1
0
 private void updateChecker_UpdateInfoError(object sender, System.IO.ErrorEventArgs e)
 {
     _updateNotificationShown = true;
     notificationPanel.ShowNotification(new NotificationPanelEntry {
         Text = ExceptionUtils.FormatExceptionMessage(e.GetException()),
         Icon = NotificationPanelIcon.Error,
     });
 }