using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using Tango.Core.Commands; namespace Tango.FSE.Common.Notifications { /// /// Represents an AppBar item that can be inserted into the application header. /// public abstract class AppBarItem : ItemBase { } }