From 3306d36ecbc024775972e5cf7971b2a7a70671d0 Mon Sep 17 00:00:00 2001 From: lempamo Date: Wed, 23 Aug 2017 13:38:40 -0400 Subject: Renaming the game! --- TimeHACK.Main/OS/Win95/Win95Apps/GuessTheNumber.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete 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 deleted file mode 100644 index 112cb93..0000000 --- a/TimeHACK.Main/OS/Win95/Win95Apps/GuessTheNumber.cs +++ /dev/null @@ -1,20 +0,0 @@ -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