using StrixMusic.Shells.ZuneDesktop.Settings; using Windows.UI.Xaml.Controls; namespace StrixMusic.Shells.ZuneDesktop.Controls.Views.Settings { /// /// The content for the Background page of settings. /// public sealed partial class BackgroundSettings : UserControl { /// /// Initializes a new instance of the class. /// public BackgroundSettings() { this.InitializeComponent(); } private ZuneDesktopSettingsViewModel? ViewModel => DataContext as ZuneDesktopSettingsViewModel; } }