aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95/Win95Apps/IE3Sites/GoogleHome.cs
diff options
context:
space:
mode:
authorlempamo <lempamo@outlook.com>2017-09-18 17:34:22 -0400
committerlempamo <lempamo@outlook.com>2017-09-18 17:34:22 -0400
commitf32c07b6dc8ad2f0c3b7f2b9d819aefb8b310a3d (patch)
tree22f66da31d9f4a0ce5905503d0f0adfcd6118887 /Histacom2/OS/Win95/Win95Apps/IE3Sites/GoogleHome.cs
parentca482366718339b0684f64980dc67587222b4850 (diff)
downloadhistacom2-f32c07b6dc8ad2f0c3b7f2b9d819aefb8b310a3d.tar.gz
histacom2-f32c07b6dc8ad2f0c3b7f2b9d819aefb8b310a3d.tar.bz2
histacom2-f32c07b6dc8ad2f0c3b7f2b9d819aefb8b310a3d.zip
IE4 is back, but not complete
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/IE3Sites/GoogleHome.cs')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/IE3Sites/GoogleHome.cs25
1 files changed, 25 insertions, 0 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/IE3Sites/GoogleHome.cs b/Histacom2/OS/Win95/Win95Apps/IE3Sites/GoogleHome.cs
new file mode 100644
index 0000000..cc0a382
--- /dev/null
+++ b/Histacom2/OS/Win95/Win95Apps/IE3Sites/GoogleHome.cs
@@ -0,0 +1,25 @@
+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 Histacom2.OS.Win95.Win95Apps.IE3Sites
+{
+ public partial class GoogleHome : UserControl
+ {
+ public GoogleHome()
+ {
+ InitializeComponent();
+ }
+
+ private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ WinClassicIE3.GoToPage("www.google.stanford.edu");
+ }
+ }
+}