diff options
| author | AShifter <[email protected]> | 2017-04-28 14:11:59 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-04-28 14:11:59 -0700 |
| commit | 48681db294cacc8f726aa64c4716c977d79f28fa (patch) | |
| tree | b23be2020077d611971094f112e42d1d0283d392 /TimeHACK.Main/OS/Win95/Win95.cs | |
| parent | 14ff6e1e569259cb5652230bc809b3cf8e6dc9c9 (diff) | |
| parent | 0ffdb500015baaad3a663965d00de8f44a25a235 (diff) | |
| download | histacom2-48681db294cacc8f726aa64c4716c977d79f28fa.tar.gz histacom2-48681db294cacc8f726aa64c4716c977d79f28fa.tar.bz2 histacom2-48681db294cacc8f726aa64c4716c977d79f28fa.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.cs | 7 |
1 files changed, 5 insertions, 2 deletions
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<WinClassic> nonimportantapps; + public List<WinClassic> nonimportantapps = new List<WinClassic>(); 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 |
