diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-20 00:13:37 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-05-20 00:13:37 -0400 |
| commit | cb9965e6d0b6169937bb6e7daf2514a5e509fd0f (patch) | |
| tree | 1a07fe98637d6ee9a716d2a035c554ec86890785 /Project Ports/TestWindow.cs | |
| parent | e3f1bad5eb58debc504d90b1413f299949b8e987 (diff) | |
| download | Project-Silicon-cb9965e6d0b6169937bb6e7daf2514a5e509fd0f.tar.gz Project-Silicon-cb9965e6d0b6169937bb6e7daf2514a5e509fd0f.tar.bz2 Project-Silicon-cb9965e6d0b6169937bb6e7daf2514a5e509fd0f.zip | |
great.... it did nothing
Diffstat (limited to 'Project Ports/TestWindow.cs')
| -rw-r--r-- | Project Ports/TestWindow.cs | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Project Ports/TestWindow.cs b/Project Ports/TestWindow.cs new file mode 100644 index 0000000..acbaacc --- /dev/null +++ b/Project Ports/TestWindow.cs @@ -0,0 +1,26 @@ +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; +using PortEngine; + +namespace Project_Ports +{ + public partial class TestWindow : UserControl + { + public TestWindow() + { + InitializeComponent(); + } + + private void TestWindow_Load(object sender, EventArgs e) + { + WindowManager wm = new WindowManager(); + } + } +} |
