using Windows.UI.Xaml; namespace StrixMusic.Shells.Groove.Styles { public sealed partial class GrooveNowPlayingBarStyle : ResourceDictionary { /// /// Initializes a new instance of the class. /// public GrooveNowPlayingBarStyle() { this.InitializeComponent(); } } }