static void Notifier_UpdateRegistered(object sender, UpdateNotificationEventArgs e) { if (UpdateRegistered != null) { UpdateRegistered(sender, e); } }
static void NotificationDAO_UpdateRegistered(object sender, UpdateNotificationEventArgs e) { EventLog.WriteEntry(String.Format("Following update was found on {1}{0}{2}", Environment.NewLine, e.UpdatePath, e.Message), System.Diagnostics.EventLogEntryType.Information); }