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.cs18
1 files changed, 18 insertions, 0 deletions
diff --git a/win/C#/frmSplashScreen.cs b/win/C#/frmSplashScreen.cs
new file mode 100644
index 000000000..b0e681251
--- /dev/null
+++ b/win/C#/frmSplashScreen.cs
@@ -0,0 +1,18 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Text;
+using System.Windows.Forms;
+
+namespace Handbrake
+{
+ public partial class frmSplashScreen : Form
+ {
+ public frmSplashScreen()
+ {
+ InitializeComponent();
+ }
+ }
+} \ No newline at end of file