aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-22 11:29:48 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-22 11:29:48 +0100
commit64aba62685ea387b0637560b225d80cdc14629e9 (patch)
tree4b1b86d70e9f9fdcf09a3d160a4bd5376db87ab9 /TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
parent294592d1bcb6886863fd1d9a4b21936e98cd7f46 (diff)
downloadhistacom2-64aba62685ea387b0637560b225d80cdc14629e9.tar.gz
histacom2-64aba62685ea387b0637560b225d80cdc14629e9.tar.bz2
histacom2-64aba62685ea387b0637560b225d80cdc14629e9.zip
Fully working Web View Part 1
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs5
1 files changed, 5 insertions, 0 deletions
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();
+ }
}
}