diff options
| author | lempamo <[email protected]> | 2017-07-02 10:18:47 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-02 10:18:47 -0400 |
| commit | ca190408dc88cbabd443f5d4fc57e048908f47c2 (patch) | |
| tree | 99b7e0afa0801749019b47e12999708ab863794f /TimeHACK.Main/OS/Win95/Win95.cs | |
| parent | e8c4c4628daa3f105713f0b1997b4277f62273b4 (diff) | |
| download | histacom2-ca190408dc88cbabd443f5d4fc57e048908f47c2.tar.gz histacom2-ca190408dc88cbabd443f5d4fc57e048908f47c2.tar.bz2 histacom2-ca190408dc88cbabd443f5d4fc57e048908f47c2.zip | |
a few things inb4 font change
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.cs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index a991a00..844b597 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -109,12 +109,6 @@ namespace TimeHACK.OS.Win95 desktopicons.Items.Add("New Folder");
}
- // Give Year Code - NYI
- private void taskbartime_Click(object sender, EventArgs e)
- {
- //TODO: Set Up Save System
- }
-
// Set the Clock
private void clockTimer_Tick(object sender, EventArgs e)
{
@@ -350,8 +344,7 @@ namespace TimeHACK.OS.Win95 app.BringToFront();
startmenu.Hide();
}
-
- //TODO: Add Outlook Express 4
+
}
}
|
