From 085ae85fd59c87df05e8f58009f04cdfc2bd7d8d Mon Sep 17 00:00:00 2001 From: lempamo Date: Fri, 18 Aug 2017 19:18:17 -0400 Subject: got rid of excess returntype things and did a thing to IE3 --- TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.cs') diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.cs index 1b1fbc8..b5367d1 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.cs @@ -28,6 +28,8 @@ namespace TimeHACK.OS.Win95.Win95Apps ForwardButton.MouseLeave += (s, e) => ForwardButton.BackgroundImage = Properties.Resources.IE3_Forward; StopButton.MouseEnter += (s, e) => StopButton.BackgroundImage = Properties.Resources.IE3_StopHover; StopButton.MouseLeave += (s, e) => StopButton.BackgroundImage = Properties.Resources.IE3_Stop; + RefreshButton.MouseEnter += (s, e) => RefreshButton.BackgroundImage = Properties.Resources.IE3_RefreshHover; + RefreshButton.MouseLeave += (s, e) => RefreshButton.BackgroundImage = Properties.Resources.IE3_Refresh; } public static async void GoToPage(string url) -- cgit v1.2.3