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 AlbumCollectionStyle : ResourceDictionary
{
///
/// Initializes a new instance of the class.
///
public AlbumCollectionStyle()
{
this.InitializeComponent();
}
}
}