aboutsummaryrefslogtreecommitdiff
path: root/Source/Forms/SettingsForm.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2021-12-26 18:22:32 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2021-12-26 18:22:32 +0300
commit54fc3320e7d64d7903b4d091fe0d5c15df01fd78 (patch)
treeac8b9aa1e883a85339a594b2797ab319cca73c4e /Source/Forms/SettingsForm.cs
parent20cfbfcca3a779c04aecdca5e4b465651e2be42a (diff)
Move to /src
Diffstat (limited to 'Source/Forms/SettingsForm.cs')
-rw-r--r--Source/Forms/SettingsForm.cs21
1 files changed, 0 insertions, 21 deletions
diff --git a/Source/Forms/SettingsForm.cs b/Source/Forms/SettingsForm.cs
deleted file mode 100644
index 4dffadb..0000000
--- a/Source/Forms/SettingsForm.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-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();
- }
-
- }
-}