diff options
Diffstat (limited to 'Histacom2/OS/WinXPBad/Story')
| -rw-r--r-- | Histacom2/OS/WinXPBad/Story/Hack4.cs | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Histacom2/OS/WinXPBad/Story/Hack4.cs b/Histacom2/OS/WinXPBad/Story/Hack4.cs new file mode 100644 index 0000000..2a9bcd7 --- /dev/null +++ b/Histacom2/OS/WinXPBad/Story/Hack4.cs @@ -0,0 +1,21 @@ +using Histacom2.Engine; +using Histacom2.Engine.Template; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Histacom2.OS.WinXPBad.Story +{ + public class Hack4 : object + { + static WindowManager wm = new WindowManager(); + + public static async void StartObjective() + { + Win95.Win95Apps.WinClassicTerminal Console = new Win95.Win95Apps.WinClassicTerminal(true); + WinXP app = wm.InitXP(Console, "MS-DOS Prompt", null, true, true); + } + } +} |
