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