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