diff options
| author | lempamo <[email protected]> | 2017-06-11 04:00:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-11 04:00:35 +0000 |
| commit | 66ad623c598d689e7593a1c88a07430d2de7a630 (patch) | |
| tree | 4ffbfc538b98f1f2495411231ed0b6a593f27aa0 /TimeHACK.Main/OS/Win2K/Win2KApps/SurviveTheDay.cs | |
| parent | 54b6d63c61fd5e687a26dd63d353713053e0c9d2 (diff) | |
| parent | 83548f23c2b9617a7ac407935d44f265456826bd (diff) | |
| download | histacom2-66ad623c598d689e7593a1c88a07430d2de7a630.tar.gz histacom2-66ad623c598d689e7593a1c88a07430d2de7a630.tar.bz2 histacom2-66ad623c598d689e7593a1c88a07430d2de7a630.zip | |
Merge pull request #88 from lempamo/master
survive the day
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 = "";
+ }
+ }
+}
|
