diff options
| author | lempamo <[email protected]> | 2017-08-22 20:44:03 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-22 20:44:03 -0400 |
| commit | 99fef5c57360f07259fc86f433bed8a9ab59c48e (patch) | |
| tree | 7b6bd1bc591dd2fdbcb11313901aca898f552a2c /TimeHACK.Main/OS/Win95/Win95Apps/GuessTheNumber.cs | |
| parent | 085ae85fd59c87df05e8f58009f04cdfc2bd7d8d (diff) | |
| download | histacom2-99fef5c57360f07259fc86f433bed8a9ab59c48e.tar.gz histacom2-99fef5c57360f07259fc86f433bed8a9ab59c48e.tar.bz2 histacom2-99fef5c57360f07259fc86f433bed8a9ab59c48e.zip | |
gtn things
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/GuessTheNumber.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/GuessTheNumber.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/GuessTheNumber.cs b/TimeHACK.Main/OS/Win95/Win95Apps/GuessTheNumber.cs new file mode 100644 index 0000000..112cb93 --- /dev/null +++ b/TimeHACK.Main/OS/Win95/Win95Apps/GuessTheNumber.cs @@ -0,0 +1,20 @@ +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.Win95.Win95Apps +{ + public partial class GuessTheNumber : UserControl + { + public GuessTheNumber() + { + InitializeComponent(); + } + } +} |
