using Windows.UI.Xaml; namespace StrixMusic.Shells.Groove.Styles.Pages { public sealed partial class GrooveAlbumPageStyle : ResourceDictionary { public GrooveAlbumPageStyle() { this.InitializeComponent(); } } }