OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmSplashScreen.cs
index 65ca835..68441d4 100644 (file)
@@ -1,21 +1,18 @@
-using System;\r
-using System.Collections.Generic;\r
-using System.ComponentModel;\r
-using System.Data;\r
-using System.Drawing;\r
-using System.Text;\r
-using System.Windows.Forms;\r
-using System.Threading;\r
+/*  frmSplashScreen.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.fr>.\r
+          It may be used under the terms of the GNU General Public License. */\r
 \r
 namespace Handbrake\r
 {\r
+    using System.Windows.Forms;\r
+\r
     public partial class frmSplashScreen : Form\r
     {\r
         public frmSplashScreen()\r
         {\r
             InitializeComponent();\r
         }\r
-\r
-           \r
     }\r
 }
\ No newline at end of file