예제 #1
0
 void systemPushNotifications(object sender, NotifyUserEventArgs notifyMessage)
 {
     _notificationsStack.Add(notifyMessage);
 }
예제 #2
0
 void system_Notify(object sender, NotifyUserEventArgs notifyMessage)
 {
     NotifyUserOnError(notifyMessage.Message, notifyMessage.Caption, notifyMessage.NotificationType, notifyMessage.DoNotBlock);
 }