From 64aba62685ea387b0637560b225d80cdc14629e9 Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Sat, 22 Jul 2017 11:29:48 +0100 Subject: Fully working Web View Part 1 --- TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs') diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs index 33f5943..1083975 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs @@ -795,5 +795,10 @@ namespace TimeHACK.OS.Win95.Win95Apps } return toReturn; } + + private void RefreshToolStripMenuItem_Click(object sender, EventArgs e) + { + RefreshAll(); + } } } -- cgit v1.2.3