private void _updateServiceErrorHandler(object sender, UpdateErrorEventArgs e)
 => _eventService.ErrorEvent("Update service", e.Message);
예제 #2
0
 private void UpdaterErrorOccured(object sender, UpdateErrorEventArgs e)
 {
     MessageBox.Show(e.ErrorMessage, this.Res["resMsgBoxUpdateError"].Value);
 }