From e78e3c864d9e61b460a5c42d92651d78ed22a78e Mon Sep 17 00:00:00 2001 From: lempamo Date: Tue, 4 Jul 2017 10:59:08 -0400 Subject: Made Start Menus look nicer --- TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs') diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs index 91b88f5..e4f98ff 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs @@ -32,9 +32,6 @@ namespace TimeHACK.OS.Win95.Win95Apps InitializeComponent(); } - - - //'Private Sub TreeView1_AfterSelect(ByVal sender As System.Object, ByVal e As System.Windows.Forms.TreeViewEventArgs) //' mainView.Items.Clear() //' Dim childamount As TreeNodeCollection @@ -514,7 +511,7 @@ namespace TimeHACK.OS.Win95.Win95Apps } } - void diskView_DoubleClick(object sender, EventArgs e) + void diskView_AfterSelect(object sender, EventArgs e) { try { -- cgit v1.2.3