aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorJason <[email protected]>2017-07-06 18:32:31 +0200
committerGitHub <[email protected]>2017-07-06 18:32:31 +0200
commitb37a9fa6c4f42790274219fd972e34cec518cc1e (patch)
tree40a0fa7692f467d4703ba1abb29fd4e068f4fa7f /TimeHACK.Main/OS/Win95/Win95.cs
parente4ee95004a1655a61355d64818d633bcca00fd52 (diff)
parent4b44847216ac4b498d088c11db5f928cc037d605 (diff)
downloadhistacom2-b37a9fa6c4f42790274219fd972e34cec518cc1e.tar.gz
histacom2-b37a9fa6c4f42790274219fd972e34cec518cc1e.tar.bz2
histacom2-b37a9fa6c4f42790274219fd972e34cec518cc1e.zip
Merge pull request #118 from jayxkanz666/master
Added Time Distorter with modularity
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
{