From 54fc3320e7d64d7903b4d091fe0d5c15df01fd78 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Sun, 26 Dec 2021 18:22:32 +0300 Subject: Move to /src --- src/Forms/SettingsForm.cs | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/Forms/SettingsForm.cs (limited to 'src/Forms/SettingsForm.cs') diff --git a/src/Forms/SettingsForm.cs b/src/Forms/SettingsForm.cs new file mode 100644 index 0000000..4dffadb --- /dev/null +++ b/src/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(); + } + + } +} -- cgit v1.2.3