diff options
| author | lempamo <[email protected]> | 2017-07-02 10:54:03 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-02 10:54:03 -0400 |
| commit | 66eec928d5867d00e57ceed0b211e8c8681b5430 (patch) | |
| tree | 568f7056d75294cef0f67de7aff43cedd658c870 /TimeHACK.Main/OS | |
| parent | ca190408dc88cbabd443f5d4fc57e048908f47c2 (diff) | |
| download | histacom2-66eec928d5867d00e57ceed0b211e8c8681b5430.tar.gz histacom2-66eec928d5867d00e57ceed0b211e8c8681b5430.tar.bz2 histacom2-66eec928d5867d00e57ceed0b211e8c8681b5430.zip | |
Revert "a few things inb4 font change"
This reverts commit ca190408dc88cbabd443f5d4fc57e048908f47c2.
Diffstat (limited to 'TimeHACK.Main/OS')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.Designer.cs | 1 | ||||
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.cs | 9 |
2 files changed, 9 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs index 5e19efa..f963251 100644 --- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs @@ -192,6 +192,7 @@ namespace TimeHACK.OS.Win95 this.taskbartime.Size = new System.Drawing.Size(26, 13); this.taskbartime.TabIndex = 2; this.taskbartime.Text = "time"; + this.taskbartime.Click += new System.EventHandler(this.taskbartime_Click); // // taskbarItems // 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
}
}
|
