15 lines
271 B
C#
15 lines
271 B
C#
|
|
namespace MediaBrowser.UI.Pages
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for SettingsPage.xaml
|
|
/// </summary>
|
|
public partial class SettingsPage : BasePage
|
|
{
|
|
public SettingsPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|