示例#1
0
 /// <summary>
 /// Safely invoke NotificationReady
 /// </summary>
 private static void InvokeNotificationReady(object sender, NotificationArgs e)
 {
     if (NotificationReady != null)
     {
         NotificationReady(sender, e);
     }
 }
示例#2
0
 /// <summary>
 /// Safely invoke NotificationReady
 /// </summary>
 private static void InvokeNotificationReady(object sender, NotificationArgs e)
 {
     if (NotificationReady != null)
         NotificationReady(sender, e);
 }