diff options
| author | AShifter <[email protected]> | 2017-06-10 10:24:20 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-06-10 10:24:20 -0600 |
| commit | 22b7ec620f8708c0f922e3883b82b01431b5ef05 (patch) | |
| tree | bb7d314dc0da2833f36fc44f5bd3b6a96a692c77 /TimeHACK.Main/OS/Win95/Win95.cs | |
| parent | 819f8021522c27988c2b84ccc217db008cc593da (diff) | |
| download | histacom2-22b7ec620f8708c0f922e3883b82b01431b5ef05.tar.gz histacom2-22b7ec620f8708c0f922e3883b82b01431b5ef05.tar.bz2 histacom2-22b7ec620f8708c0f922e3883b82b01431b5ef05.zip | |
Start story
hell yeah
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index 6d7b5f3..79a0a82 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -9,6 +9,7 @@ using TimeHACK.Engine.Template; using TimeHACK.Engine.Template.Taskbars; using TimeHACK.OS.Win95.Win95Apps; using TimeHACK.WinClassicForms; +using TimeHACK.OS.Win95.Win95Apps.Story; namespace TimeHACK.OS.Win95 { @@ -340,6 +341,12 @@ namespace TimeHACK.OS.Win95 startmenu.Hide(); } + private void storyTest1ToolStripMenuItem_Click(object sender, EventArgs e) + { + Win95Apps.Story.Hack1 story = new Win95Apps.Story.Hack1(); + story.startObjective(); + } + //TODO: Add Outlook Express 4 } } |
