aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-06 12:34:09 -0400
committerlempamo <[email protected]>2017-07-06 12:34:09 -0400
commita3d4fab4392a149492e4896411cc44f0adf9eb2e (patch)
treed1c67054043c41bb2738a10854b7d5a5031abd5a /TimeHACK.Main/OS/Win95/Win95.cs
parent44a5fb97c89311364b013f5ed610d59de0b0ccf0 (diff)
parentb37a9fa6c4f42790274219fd972e34cec518cc1e (diff)
downloadhistacom2-a3d4fab4392a149492e4896411cc44f0adf9eb2e.tar.gz
histacom2-a3d4fab4392a149492e4896411cc44f0adf9eb2e.tar.bz2
histacom2-a3d4fab4392a149492e4896411cc44f0adf9eb2e.zip
Merge branch 'master' of https://github.com/TimeHACKDevs/TimeHACK.git
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
{