From acbf56b32a58c1b62350966fa59173816413943e Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Fri, 2 Jun 2017 17:46:26 +0100 Subject: Minor adjustments --- TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs | 5 +++++ 1 file changed, 5 insertions(+) (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 573c9d7..8fba587 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs @@ -586,5 +586,10 @@ namespace TimeHACK.OS.Win95.Win95Apps { ((Form)this.TopLevelControl).Close(); } + + private void txtSave_TextChanged(object sender, EventArgs e) + { + + } } } -- cgit v1.2.3