public NotificationEventArgs(NotificationMessage message)
 {
     this.Message = message;
 }
예제 #2
0
 public void AddNotification(NotificationMessage notification)
 {
     SendCommand("addNotification", notification, AllowNotificationCollapsing);
 }