diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-22 09:07:44 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-22 09:07:44 +0100 |
| commit | 4db6df01a8ee3f40c13b67174c6acc498a060951 (patch) | |
| tree | 5dda5a9a784bf9875df29bd91ff5483e40fcca93 /TimeHACK.Main/OS/Win95/Win95.cs | |
| parent | 0fe1f13532c197c7c83df2e5b4903e9dfbbe1edd (diff) | |
| download | histacom2-4db6df01a8ee3f40c13b67174c6acc498a060951.tar.gz histacom2-4db6df01a8ee3f40c13b67174c6acc498a060951.tar.bz2 histacom2-4db6df01a8ee3f40c13b67174c6acc498a060951.zip | |
There is no Address Book in Windows 95
But there is one in Win98!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index 4e61bb7..5327033 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -357,16 +357,7 @@ namespace TimeHACK.OS.Win95 private void AddressBookToolStripMenuItem_Click(object sender, EventArgs e) { - WinClassicAddressBook ab = new WinClassicAddressBook(); - WinClassic app = wm.StartWin95(ab, "Address Book", Properties.Resources.WinClassicAddressBook, true, true); - AddTaskBarItem(app, app.Tag.ToString(), "Address Book", Properties.Resources.WinClassicAddressBook); - nonimportantapps.Add(app); - nonimportantapps[nonimportantapps.Count - 1].BringToFront(); - nonimportantapps[nonimportantapps.Count - 1].FormClosing += new FormClosingEventHandler(NonImportantApp_Closing); - - app.BringToFront(); - startmenu.Hide(); } private void WindowsExplorerToolStripMenuItem1_Click(object sender, EventArgs e) |
