jellyfin/MediaBrowser.ServerApplication/MainForm.cs

13 lines
211 B
C#
Raw Normal View History

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