using MediaBrowser.UI.Pages; namespace MediaBrowser.Plugins.DefaultTheme.Pages { /// /// Interaction logic for WeatherPage.xaml /// public partial class WeatherPage : BaseWeatherPage { public WeatherPage() { InitializeComponent(); } } }