From cf1bf85e01c8d99f052c09b72d2fb2bbbc0b99b0 Mon Sep 17 00:00:00 2001 From: FloppyDiskDrive Date: Thu, 21 Sep 2017 17:16:49 -0500 Subject: Added the SOS code (VB and C#) Very, very incomplete (C# isn't *remotely* complete.) --- ShiftOS.Engine/WindowManager.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ShiftOS.Engine/WindowManager.cs (limited to 'ShiftOS.Engine/WindowManager.cs') diff --git a/ShiftOS.Engine/WindowManager.cs b/ShiftOS.Engine/WindowManager.cs new file mode 100644 index 0000000..df1d734 --- /dev/null +++ b/ShiftOS.Engine/WindowManager.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ShiftOS.Engine +{ + public class WindowManager + { + } +} -- cgit v1.2.3