From c579cf249977c9aa6abef79ef39c6d28960fea6c Mon Sep 17 00:00:00 2001 From: lempamo Date: Fri, 14 Jul 2017 09:43:33 -0500 Subject: Removed hwcv --- TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs') diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs deleted file mode 100644 index c1a203a..0000000 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs +++ /dev/null @@ -1,36 +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 WinClassicHWCV : UserControl - { - public WinClassicHWCV() - { - InitializeComponent(); - Button1.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2); - } - - private void Button1_Click(object sender, EventArgs e) - { - if (TextBox1.Text == "www.12padams.com" || TextBox1.Text == "http://www.12padams.com/") - { - Label3.Show(); - Label3.Text = "Hidden Content Found: Time Distorter"; - TitleScreen.frm95.hiddenpadamsFound = true; - } - else - { - Label3.Show(); - Label3.Text = "No Content Found"; - } - } - } -} -- cgit v1.2.3