mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-10 16:23:06 +01:00
16 lines
322 B
C#
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();
|
|
}
|
|
}
|
|
}
|