using Windows.UI.Xaml; namespace StrixMusic.Shared.Styles { /// /// The backing resource dictionary for . /// public partial class CoreItemStyle : ResourceDictionary { /// /// Initializes a new instance of the class. /// public CoreItemStyle() { this.InitializeComponent(); } } }