diff options
| author | AShifter <[email protected]> | 2017-05-07 14:59:34 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-07 14:59:34 -0700 |
| commit | dcd6501aed4423bf28d3e27b596050d68028775c (patch) | |
| tree | 5d5b743c21f4ab3a442332c8b93b32399683bef1 /TimeHACK.Main/OS/Win98/Win98.cs | |
| parent | fbc7bcb9e8f88ff4ebe3578e589fef845ff931ec (diff) | |
| parent | 29d2b28cffd5d0f59632a761c2221ece7f257304 (diff) | |
| download | histacom2-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.cs | 20 |
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(); + } + } +} |
