Files
jellyfin/MediaBrowser.Plugins.DefaultTheme/Pages/WeatherPage.xaml.cs
2013-02-20 20:33:05 -05:00

16 lines
322 B
C#

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