Esempio n. 1
0
		public NotificationEventArgs (NotificationMessage message)
		{
			this.Message = message;
		}
Esempio n. 2
0
 public void AddNotification(NotificationMessage notification)
 {
     SendCommand("addNotification", notification, AllowNotificationCollapsing);
 }