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