aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win2K/Win2KApps/SurviveTheDay.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-06-10 20:02:04 -0400
committerlempamo <[email protected]>2017-06-10 20:02:04 -0400
commit5dd994748cf8488e0e0705790b30f6abd7616722 (patch)
tree97af7b3e2d4118031ae49caca1c09ae7e07a919a /TimeHACK.Main/OS/Win2K/Win2KApps/SurviveTheDay.cs
parent600f04badd2a2194400a0d707a2fc86c15435265 (diff)
downloadhistacom2-5dd994748cf8488e0e0705790b30f6abd7616722.tar.gz
histacom2-5dd994748cf8488e0e0705790b30f6abd7616722.tar.bz2
histacom2-5dd994748cf8488e0e0705790b30f6abd7616722.zip
added survivethedaygame
Diffstat (limited to 'TimeHACK.Main/OS/Win2K/Win2KApps/SurviveTheDay.cs')
-rw-r--r--TimeHACK.Main/OS/Win2K/Win2KApps/SurviveTheDay.cs25
1 files changed, 25 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win2K/Win2KApps/SurviveTheDay.cs b/TimeHACK.Main/OS/Win2K/Win2KApps/SurviveTheDay.cs
new file mode 100644
index 0000000..7140e7d
--- /dev/null
+++ b/TimeHACK.Main/OS/Win2K/Win2KApps/SurviveTheDay.cs
@@ -0,0 +1,25 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Drawing;
+using System.Data;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace TimeHACK.OS.Win2K.Win2KApps
+{
+ public partial class SurviveTheDay : UserControl
+ {
+ public SurviveTheDay()
+ {
+ InitializeComponent();
+ }
+
+ private void typer(string newtxt)
+ {
+ words.Text = "";
+ }
+ }
+}