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