From 704a5659188c2e62ff917fd6265794372bc626fb Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 12 May 2018 23:04:54 -0400 Subject: someone needs to work on the window manager --- PortEngine/WindowManager/WM.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 PortEngine/WindowManager/WM.cs (limited to 'PortEngine/WindowManager/WM.cs') diff --git a/PortEngine/WindowManager/WM.cs b/PortEngine/WindowManager/WM.cs new file mode 100644 index 0000000..5f7f23c --- /dev/null +++ b/PortEngine/WindowManager/WM.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace PortEngine.WindowManager +{ + public partial class WM : Form + { + public WM() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3