diff options
Diffstat (limited to 'TimeHACK.Main/WinClassicForms/WinClassicIE4.cs')
| -rw-r--r-- | TimeHACK.Main/WinClassicForms/WinClassicIE4.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TimeHACK.Main/WinClassicForms/WinClassicIE4.cs b/TimeHACK.Main/WinClassicForms/WinClassicIE4.cs index a1503f4..61cd5a1 100644 --- a/TimeHACK.Main/WinClassicForms/WinClassicIE4.cs +++ b/TimeHACK.Main/WinClassicForms/WinClassicIE4.cs @@ -147,5 +147,10 @@ namespace TimeHACK.WinClassicForms { if(browsinghistory[historylocation+1] != null) goToSite(browsinghistory[historylocation + 1], false); } + + private void Button5_Click(object sender, EventArgs e) + { + goToSite("www.microsoft.com/internetexplorer4/welcome", false); + } } } |
