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