diff options
Diffstat (limited to 'src/Forms/SettingsForm.cs')
-rw-r--r-- | src/Forms/SettingsForm.cs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/Forms/SettingsForm.cs b/src/Forms/SettingsForm.cs deleted file mode 100644 index 4dffadb..0000000 --- a/src/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(); - } - - } -} |