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