using StrixMusic.Sdk.Services.Navigation; using StrixMusic.Sdk.WinUI.Controls.Shells; using StrixMusic.Sdk.WinUI.Controls.Views; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; namespace StrixMusic.Shells.ZuneDesktop.Styles.Shells { /// /// A containing the style and template for the in the ZuneDesktop Shell. /// public sealed partial class NowPlayingBarStyle : ResourceDictionary { /// /// Initializes a new instance of the class. /// public NowPlayingBarStyle() { this.InitializeComponent(); } } }