diff options
| author | AShifter <[email protected]> | 2017-05-07 15:58:48 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-05-07 15:58:48 -0600 |
| commit | 29d2b28cffd5d0f59632a761c2221ece7f257304 (patch) | |
| tree | 148ef9af7d6d3e2fb47fac8a5eb01d2c8abb291c /TimeHACK.Main/OS/Win98/Win98.cs | |
| parent | 3b1dc21018b9d0163e64582820be0256f69777cf (diff) | |
| download | histacom2-29d2b28cffd5d0f59632a761c2221ece7f257304.tar.gz histacom2-29d2b28cffd5d0f59632a761c2221ece7f257304.tar.bz2 histacom2-29d2b28cffd5d0f59632a761c2221ece7f257304.zip | |
start Win98
because
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(); + } + } +} |
