Ejemplo n.º 1
0
        /// <summary>
        /// Shows the next notification.
        /// </summary>
        protected void ShowNextNotification()
        {
            var notification = MenuData.Notifications.GetNextNotification();

            if (notification != null)
            {
                NotificationView.ShowNotification(notification);
            }
        }