예제 #1
0
 static void Notifier_UpdateRegistered(object sender, UpdateNotificationEventArgs e)
 {
     if (UpdateRegistered != null)
     {
         UpdateRegistered(sender, e);
     }
 }
예제 #2
0
파일: Program.cs 프로젝트: rlefever68/Wulka
 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);
 }