aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win98/Win98.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-05-19 21:51:48 +0100
committerAlex-TIMEHACK <[email protected]>2017-05-19 21:51:48 +0100
commit43647f873b9c2cd454b0b9389b952e1b36406725 (patch)
treec41de99a6103ad72dd449481d1153da3e1114c8b /TimeHACK.Main/OS/Win98/Win98.cs
parent044d3dd3aa38f02693d1d2561a4276b2dc1bdd9a (diff)
parentd9fa6d11aa4889ba4538b00ef56d03da78664025 (diff)
downloadhistacom2-43647f873b9c2cd454b0b9389b952e1b36406725.tar.gz
histacom2-43647f873b9c2cd454b0b9389b952e1b36406725.tar.bz2
histacom2-43647f873b9c2cd454b0b9389b952e1b36406725.zip
Fixed Conflicts
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();
+ }
+ }
+}