jellyfin/MediaBrowser.ServerApplication/App.xaml.cs
RedShirtMB Mark Linton redshirt linton bf0c6ec182 Initial creation of the ServerApplication
2012-08-04 16:54:00 -07:00

18 lines
363 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace MediaBrowser.ServerApplication
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}