diff options
| author | Trey <32907415+TheEdgeNK@users.noreply.github.com> | 2018-08-25 18:14:38 -0400 |
|---|---|---|
| committer | Trey <32907415+TheEdgeNK@users.noreply.github.com> | 2018-08-25 18:14:38 -0400 |
| commit | e33bb991f88ef5e60576da69b8dd82b1ffa670fc (patch) | |
| tree | a5aa5f375808d5df8f7783aee0c09b6a57244bf8 /Project Ports/Programs/Settings.cs | |
| parent | e4df929fe95c2140f7867b206aedb33382688ac0 (diff) | |
| download | Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.tar.gz Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.tar.bz2 Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.zip | |
Some updates
Diffstat (limited to 'Project Ports/Programs/Settings.cs')
| -rw-r--r-- | Project Ports/Programs/Settings.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Project Ports/Programs/Settings.cs b/Project Ports/Programs/Settings.cs new file mode 100644 index 0000000..a25d66f --- /dev/null +++ b/Project Ports/Programs/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(); + } + } +} |
