aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win98/Win98.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-05-07 14:59:34 -0700
committerGitHub <[email protected]>2017-05-07 14:59:34 -0700
commitdcd6501aed4423bf28d3e27b596050d68028775c (patch)
tree5d5b743c21f4ab3a442332c8b93b32399683bef1 /TimeHACK.Main/OS/Win98/Win98.cs
parentfbc7bcb9e8f88ff4ebe3578e589fef845ff931ec (diff)
parent29d2b28cffd5d0f59632a761c2221ece7f257304 (diff)
downloadhistacom2-dcd6501aed4423bf28d3e27b596050d68028775c.tar.gz
histacom2-dcd6501aed4423bf28d3e27b596050d68028775c.tar.bz2
histacom2-dcd6501aed4423bf28d3e27b596050d68028775c.zip
Merge pull request #68 from AShifter/master
start Win98
Diffstat (limited to 'TimeHACK.Main/OS/Win98/Win98.cs')
-rw-r--r--TimeHACK.Main/OS/Win98/Win98.cs20
1 files changed, 20 insertions, 0 deletions
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();
+ }
+ }
+}