using Windows.UI.Xaml.Controls; namespace StrixMusic.Sdk.WinUI.Controls.Views { /// /// A Templated for the settings page. /// public partial class SettingsView : Control { /// /// Initializes a new instance of the class. /// public SettingsView() { this.DefaultStyleKey = typeof(SettingsView); } } }