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