Example #1
0
 /// <summary>Occurs when a new notification has been published.</summary>
 /// <param name="notification">The new notification message.</param>
 void OnNewNotification(Notification notification)
 {
     if (popup != null)
     {
         popup.New(notification, GetPopupLocation());
     }
     Add(notification);
 }