summaryrefslogtreecommitdiffstats
path: root/win/C#/frmSplashScreen.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/frmSplashScreen.cs')
-rw-r--r--win/C#/frmSplashScreen.cs13
1 files changed, 9 insertions, 4 deletions
diff --git a/win/C#/frmSplashScreen.cs b/win/C#/frmSplashScreen.cs
index 68441d4d0..e9540e486 100644
--- a/win/C#/frmSplashScreen.cs
+++ b/win/C#/frmSplashScreen.cs
@@ -1,15 +1,20 @@
/* frmSplashScreen.cs $
-
- This file is part of the HandBrake source code.
- Homepage: <http://handbrake.fr>.
- It may be used under the terms of the GNU General Public License. */
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
namespace Handbrake
{
using System.Windows.Forms;
+ /// <summary>
+ /// The Splash Screen
+ /// </summary>
public partial class frmSplashScreen : Form
{
+ /// <summary>
+ /// Initializes a new instance of the <see cref="frmSplashScreen"/> class.
+ /// </summary>
public frmSplashScreen()
{
InitializeComponent();