aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorJayXKanz666 <[email protected]>2017-07-06 18:31:20 +0200
committerJayXKanz666 <[email protected]>2017-07-06 18:31:20 +0200
commit4b44847216ac4b498d088c11db5f928cc037d605 (patch)
tree2ab290ede1f7b96c7b7551bab104d65ed2b1010f /TimeHACK.Main/OS/Win95/Win95.cs
parent3d5a7f0674f23c6e02e36505502e6d29048b7bd8 (diff)
downloadhistacom2-4b44847216ac4b498d088c11db5f928cc037d605.tar.gz
histacom2-4b44847216ac4b498d088c11db5f928cc037d605.tar.bz2
histacom2-4b44847216ac4b498d088c11db5f928cc037d605.zip
Added Time distorter
Look at the source if you want to know more *wink*
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index e6ea876..c326c64 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -429,6 +429,15 @@ namespace TimeHACK.OS.Win95
app.BringToFront();
startmenu.Hide();
}
+
+ private void TimeDistorterToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ WinClassic app = wm.StartWin95(new WinClassicTimeDistorter("2017", "20XX", 10), "Time Distorter", null, false, true);
+
+ AddTaskBarItem(app, app.Tag.ToString(), "Time Distorter", null);
+ app.BringToFront();
+ startmenu.Hide();
+ }
}
public class MyRenderer : ToolStripProfessionalRenderer
{