aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Settings.cs
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-05-20 13:45:57 -0400
committerAlee14 <Alee14498@gmail.com>2018-05-20 13:45:57 -0400
commit6a2b3daf96af02c77dafe0271a0748a48f24862d (patch)
treef570460b825ca831af128d176a0e51c2c9e424ca /Project Ports/Settings.cs
parentcb9965e6d0b6169937bb6e7daf2514a5e509fd0f (diff)
downloadProject-Silicon-6a2b3daf96af02c77dafe0271a0748a48f24862d.tar.gz
Project-Silicon-6a2b3daf96af02c77dafe0271a0748a48f24862d.tar.bz2
Project-Silicon-6a2b3daf96af02c77dafe0271a0748a48f24862d.zip
window manager problems
Diffstat (limited to 'Project Ports/Settings.cs')
-rw-r--r--Project Ports/Settings.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/Project Ports/Settings.cs b/Project Ports/Settings.cs
new file mode 100644
index 0000000..a25d66f
--- /dev/null
+++ b/Project Ports/Settings.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Drawing;
+using System.Data;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace Project_Ports
+{
+ public partial class Settings : UserControl
+ {
+ public Settings()
+ {
+ InitializeComponent();
+ }
+ }
+}