From 99fef5c57360f07259fc86f433bed8a9ab59c48e Mon Sep 17 00:00:00 2001 From: lempamo Date: Tue, 22 Aug 2017 20:44:03 -0400 Subject: gtn things --- TimeHACK.Main/OS/Win95/Win95Apps/GuessTheNumber.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 TimeHACK.Main/OS/Win95/Win95Apps/GuessTheNumber.cs (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/GuessTheNumber.cs') 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(); + } + } +} -- cgit v1.2.3