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.fr>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 using System.Windows.Forms;\r
8 \r
9 namespace Handbrake\r
10 {\r
11     public partial class frmSplashScreen : Form\r
12     {\r
13         public frmSplashScreen()\r
14         {\r
15             InitializeComponent();\r
16         }\r
17     }\r
18 }