aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs25
1 files changed, 0 insertions, 25 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs
deleted file mode 100644
index 0fb9650..0000000
--- a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs
+++ /dev/null
@@ -1,25 +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.IE4Sites
-{
- public partial class GoogleHome : UserControl
- {
- public GoogleHome()
- {
- InitializeComponent();
- }
-
- private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
- {
- WinClassicIE3.GoToPage("www.google.stanford.edu");
- }
- }
-}