OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmSplashScreen.cs
1 /*  frmSplashScreen.cs $\r
2     This file is part of the HandBrake source code.\r
3     Homepage: <http://handbrake.fr>.\r
4     It may be used under the terms of the GNU General Public License. */\r
5 \r
6 namespace Handbrake\r
7 {\r
8     using System.Windows.Forms;\r
9 \r
10     /// <summary>\r
11     /// The Splash Screen\r
12     /// </summary>\r
13     public partial class frmSplashScreen : Form\r
14     {\r
15         /// <summary>\r
16         /// Initializes a new instance of the <see cref="frmSplashScreen"/> class.\r
17         /// </summary>\r
18         public frmSplashScreen()\r
19         {\r
20             InitializeComponent();\r
21         }\r
22     }\r
23 }