OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmSplashScreen.cs
1 /*  frmSplashScreen.cs $\r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.m0k.org/>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 using System;\r
8 using System.Collections.Generic;\r
9 using System.ComponentModel;\r
10 using System.Data;\r
11 using System.Drawing;\r
12 using System.Text;\r
13 using System.Windows.Forms;\r
14 using System.Threading;\r
15 \r
16 namespace Handbrake\r
17 {\r
18     public partial class frmSplashScreen : Form\r
19     {\r
20         public frmSplashScreen()\r
21         {\r
22             InitializeComponent();\r
23         }\r
24     }\r
25 }