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