aboutsummaryrefslogtreecommitdiff
path: root/Source/Forms/SettingsForm.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Forms/SettingsForm.cs')
-rw-r--r--Source/Forms/SettingsForm.cs21
1 files changed, 21 insertions, 0 deletions
diff --git a/Source/Forms/SettingsForm.cs b/Source/Forms/SettingsForm.cs
new file mode 100644
index 0000000..4dffadb
--- /dev/null
+++ b/Source/Forms/SettingsForm.cs
@@ -0,0 +1,21 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace RehauSku.Forms
+{
+ public partial class SettingsForm : Form
+ {
+ public SettingsForm()
+ {
+ InitializeComponent();
+ }
+
+ }
+}