jellyfin/MediaBrowser.ServerApplication/MainForm.cs

13 lines
211 B
C#
Raw Normal View History

2014-02-15 22:17:36 +01:00
using System.Windows.Forms;
2014-02-15 21:26:21 +01:00
namespace MediaBrowser.ServerApplication
{
public partial class MainForm : Form
{
2014-02-15 22:17:36 +01:00
public MainForm()
2014-02-15 21:26:21 +01:00
{
InitializeComponent();
}
}
}