aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-05-01 16:37:21 -0400
committerlempamo <[email protected]>2017-05-01 16:37:21 -0400
commita81438ac681f83c6ca13a5000d3944ce8c50db9a (patch)
tree495f5fd020a2ac62252d791481a249f453ae6f24 /TimeHACK.Main/OS/Win95/Win95.cs
parent14709f42bc47f5d3026ea7bc36677780562a9180 (diff)
downloadhistacom2-a81438ac681f83c6ca13a5000d3944ce8c50db9a.tar.gz
histacom2-a81438ac681f83c6ca13a5000d3944ce8c50db9a.tar.bz2
histacom2-a81438ac681f83c6ca13a5000d3944ce8c50db9a.zip
set up the hwcv
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs7
1 files changed, 5 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index 2cb9880..da8a550 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -27,6 +27,8 @@ namespace TimeHACK.OS.Win95
public bool webchatInstalled = false;
+ public bool hiddenpadamsFound = false;
+
// Init the form
public Windows95()
{
@@ -125,8 +127,7 @@ namespace TimeHACK.OS.Win95
// Give Year Code - NYI
private void taskbartime_Click(object sender, EventArgs e)
{
- //TODO: Set Up Year Codes
- // We are actually thinking about not having save code because it would be nice if we could save tons of data!
+ //TODO: Set Up Save System
}
// Set the Clock
@@ -308,6 +309,8 @@ namespace TimeHACK.OS.Win95
taskbarItems = tb.AddTaskbarItem95(form.Tag.ToString(), form.Text.ToString(), (Image)form.Icon.ToBitmap(), (UserControl)new Win95TaskBarItem(), taskbarItems);
}
}
+
+ //TODO: Add Outlook Express 4
}
}