From ca190408dc88cbabd443f5d4fc57e048908f47c2 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 2 Jul 2017 10:18:47 -0400 Subject: a few things inb4 font change --- TimeHACK.Main/OS/Win95/Win95.Designer.cs | 1 - TimeHACK.Main/OS/Win95/Win95.cs | 9 +-------- 2 files changed, 1 insertion(+), 9 deletions(-) (limited to 'TimeHACK.Main/OS') diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs index f963251..5e19efa 100644 --- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs @@ -192,7 +192,6 @@ 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 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 + } } -- cgit v1.2.3