diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-23 13:37:18 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-23 13:37:18 +0100 |
| commit | a476b1e977208cdac172da122603abad7c26d93d (patch) | |
| tree | d214adf2bfea7d760082b21044999fd76111e9fd /TimeHACK.Main/OS/Win95/Win95.cs | |
| parent | bcf217a1e55d3ad6eb268389ab7d015a8a56d6ec (diff) | |
| download | histacom2-a476b1e977208cdac172da122603abad7c26d93d.tar.gz histacom2-a476b1e977208cdac172da122603abad7c26d93d.tar.bz2 histacom2-a476b1e977208cdac172da122603abad7c26d93d.zip | |
Fattened da file system
Making it more realistic with more files that make sense
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index e1de2e3..f897001 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -311,7 +311,7 @@ namespace TimeHACK.OS.Win95 { nonimportantapps.Remove((WinClassic)sender); } - private void InternetExplorer4_Closing(object sender, FormClosingEventArgs e) + public void InternetExplorer4_Closing(object sender, FormClosingEventArgs e) { ie = null; } |
