diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-20 13:45:57 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-05-20 13:45:57 -0400 |
| commit | 6a2b3daf96af02c77dafe0271a0748a48f24862d (patch) | |
| tree | f570460b825ca831af128d176a0e51c2c9e424ca /Project Ports/Settings.cs | |
| parent | cb9965e6d0b6169937bb6e7daf2514a5e509fd0f (diff) | |
| download | Project-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.cs | 20 |
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(); + } + } +} |
