OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmSplashScreen.cs
index 6525072..e9540e4 100644 (file)
@@ -1,22 +1,20 @@
 /*  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
-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
+    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
+    /// <summary>\r
+    /// The Splash Screen\r
+    /// </summary>\r
     public partial class frmSplashScreen : Form\r
     {\r
+        /// <summary>\r
+        /// Initializes a new instance of the <see cref="frmSplashScreen"/> class.\r
+        /// </summary>\r
         public frmSplashScreen()\r
         {\r
             InitializeComponent();\r