aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-06-02 17:46:26 +0100
committerAlex-TIMEHACK <[email protected]>2017-06-02 17:46:26 +0100
commitacbf56b32a58c1b62350966fa59173816413943e (patch)
tree729572376c0784b48a05a4f9585857617d161b5d /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs
parentcf7392f930598bbbdf50cbb3a4f2bf91a2b44022 (diff)
downloadhistacom2-acbf56b32a58c1b62350966fa59173816413943e.tar.gz
histacom2-acbf56b32a58c1b62350966fa59173816413943e.tar.bz2
histacom2-acbf56b32a58c1b62350966fa59173816413943e.zip
Minor adjustments
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs5
1 files changed, 5 insertions, 0 deletions
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)
+ {
+
+ }
}
}