diff options
| author | AShifter <[email protected]> | 2017-07-02 13:45:58 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-02 13:45:58 -0700 |
| commit | ddbca5032ce763c43894088a5b5c0fba8f035daa (patch) | |
| tree | 855e94fb60bbdaf1fbd3427ef8f46193fd22a4d7 /TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs | |
| parent | 3de51a2e1b9224e8a8355e3945e458e1651821a9 (diff) | |
| parent | 71ec75dc79e2b5632216dc801dfeaf7510e25210 (diff) | |
| download | histacom2-ddbca5032ce763c43894088a5b5c0fba8f035daa.tar.gz histacom2-ddbca5032ce763c43894088a5b5c0fba8f035daa.tar.bz2 histacom2-ddbca5032ce763c43894088a5b5c0fba8f035daa.zip | |
Merge pull request #109 from jayxkanz666/master
Added lots of features to WinClassicTerminal.cs
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs index 4c76a77..a743636 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs @@ -26,7 +26,7 @@ namespace TimeHACK.OS.Win95.Win95Apps.Story System.Windows.Forms.Timer tmr = new System.Windows.Forms.Timer(); WinClassicTerminal Console = new WinClassicTerminal(); - WinClassic app = wm.startWin95(Console, "MS-DOS Prompt", null, true, true); + WinClassic app = wm.StartWin95(Console, "MS-DOS Prompt", null, true, true); Console.WriteLine("telnet> 104.27.135.159 Connecting..."); @@ -51,7 +51,7 @@ namespace TimeHACK.OS.Win95.Win95Apps.Story public static void continueObjective() { WinClassicTerminal Console = new WinClassicTerminal(); - wm.startWin95(Console, "MS-DOS Prompt", null, true, true); + wm.StartWin95(Console, "MS-DOS Prompt", null, true, true); Application.DoEvents(); |
