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