X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmSplashScreen.cs;h=e9540e48606132d12585df5ac13306496b2d858e;hb=32219d93ec8fcf0db6f7ca5d6045419882563951;hp=65250727a0df5685b986ddbf6e51cc5bcc530777;hpb=e9f8c16ea4a74b484ca6d542419244ba3354a48d;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmSplashScreen.cs b/win/C#/frmSplashScreen.cs index 65250727..e9540e48 100644 --- a/win/C#/frmSplashScreen.cs +++ b/win/C#/frmSplashScreen.cs @@ -1,22 +1,20 @@ /* frmSplashScreen.cs $ - - This file is part of the HandBrake source code. - Homepage: . - It may be used under the terms of the GNU General Public License. */ - -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Text; -using System.Windows.Forms; -using System.Threading; + This file is part of the HandBrake source code. + Homepage: . + It may be used under the terms of the GNU General Public License. */ namespace Handbrake { + using System.Windows.Forms; + + /// + /// The Splash Screen + /// public partial class frmSplashScreen : Form { + /// + /// Initializes a new instance of the class. + /// public frmSplashScreen() { InitializeComponent();