diff options
Diffstat (limited to 'MediaBrowser.UI/Pages/SettingsPage.xaml.cs')
| -rw-r--r-- | MediaBrowser.UI/Pages/SettingsPage.xaml.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/MediaBrowser.UI/Pages/SettingsPage.xaml.cs b/MediaBrowser.UI/Pages/SettingsPage.xaml.cs new file mode 100644 index 000000000..db273bbe5 --- /dev/null +++ b/MediaBrowser.UI/Pages/SettingsPage.xaml.cs @@ -0,0 +1,14 @@ + +namespace MediaBrowser.UI.Pages +{ + /// <summary> + /// Interaction logic for SettingsPage.xaml + /// </summary> + public partial class SettingsPage : BasePage + { + public SettingsPage() + { + InitializeComponent(); + } + } +} |
