OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmSplashScreen.cs
index f86122c..e9540e4 100644 (file)
@@ -1,21 +1,23 @@
-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
+    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
-            //lbl_cli.Text = Properties.Settings.Default.CliVersion;\r
-            //lbl_gui.Text = Properties.Settings.Default.GuiVersion;\r
         }\r
     }\r
 }
\ No newline at end of file