Exemple #1
0
        public void Notify(INotificationInfo message)
        {
            _growlNotifications.AddNotification(message);
            if (!message.IsKeepInCentral)
            {
                return;
            }

            Notifications.Insert(0, message);
        }