From cb9965e6d0b6169937bb6e7daf2514a5e509fd0f Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sun, 20 May 2018 00:13:37 -0400 Subject: great.... it did nothing --- Project Ports/TestWindow.cs | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Project Ports/TestWindow.cs (limited to 'Project Ports/TestWindow.cs') 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(); + } + } +} -- cgit v1.2.3