diff options
Diffstat (limited to 'TimeHACK.Main/OS/Win2K/Win2KApps/SurviveTheDay.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win2K/Win2KApps/SurviveTheDay.cs | 25 |
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 = "";
+ }
+ }
+}
|
