using Windows.UI.Xaml; namespace StrixMusic.Shells.ZuneDesktop.Styles.Views { /// /// A containing the style and template for the settings view in the ZuneDesktop Shell. /// public sealed partial class SettingsViewStyle : ResourceDictionary { /// /// Initializes a new instance of the class. /// public SettingsViewStyle() { this.InitializeComponent(); } } }