From 29d2b28cffd5d0f59632a761c2221ece7f257304 Mon Sep 17 00:00:00 2001 From: AShifter Date: Sun, 7 May 2017 15:58:48 -0600 Subject: start Win98 because --- TimeHACK.Main/OS/Win98/Win98.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 TimeHACK.Main/OS/Win98/Win98.cs (limited to 'TimeHACK.Main/OS/Win98/Win98.cs') diff --git a/TimeHACK.Main/OS/Win98/Win98.cs b/TimeHACK.Main/OS/Win98/Win98.cs new file mode 100644 index 0000000..b3b5f99 --- /dev/null +++ b/TimeHACK.Main/OS/Win98/Win98.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 TimeHACK.OS.Win98 +{ + public partial class Win98 : Form + { + public Win98() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3