aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs9
1 files changed, 8 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index 844b597..a991a00 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -109,6 +109,12 @@ 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)
{
@@ -344,7 +350,8 @@ namespace TimeHACK.OS.Win95
app.BringToFront();
startmenu.Hide();
}
-
+
+ //TODO: Add Outlook Express 4
}
}