From e2834d00dedda4475205019d8842bd3c7957181e Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 24 Apr 2017 12:34:42 -0400 Subject: fixed --- TimeHACK.Main/OS/Win95/Win95.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'TimeHACK.Main/OS/Win95/Win95.cs') diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index fd09c2b..a160251 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -17,10 +17,12 @@ namespace TimeHACK.OS.Win95 private SoundPlayer stopsound; public WindowManager wm = new WindowManager(); - public List nonimportantapps; + public List nonimportantapps = new List(); public WinClassic webchat; public WinClassic ie; + public int currentappcount = 0; + public bool webchatInstalled = false; // Init the form @@ -55,6 +57,7 @@ namespace TimeHACK.OS.Win95 // Set the StartMenu seperator startmenuitems.Items.Insert(6, new ToolStripSeparator()); + //nonimportantapps.Capacity = 100; this.SendToBack(); } @@ -114,7 +117,7 @@ namespace TimeHACK.OS.Win95 // Give Year Code - NYI private void taskbartime_Click(object sender, EventArgs e) { - + //TODO: Set Up Year Codes } // Set the Clock -- cgit v1.2.3