From 5dd994748cf8488e0e0705790b30f6abd7616722 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sat, 10 Jun 2017 20:02:04 -0400 Subject: added survivethedaygame --- TimeHACK.Main/OS/Win2K/Win2KApps/SurviveTheDay.cs | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 TimeHACK.Main/OS/Win2K/Win2KApps/SurviveTheDay.cs (limited to 'TimeHACK.Main/OS/Win2K/Win2KApps/SurviveTheDay.cs') 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 = ""; + } + } +} -- cgit v1.2.3