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/Program.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/Program.cs')
| -rw-r--r-- | TimeHACK.Main/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/Program.cs b/TimeHACK.Main/Program.cs index e488108..5cc011a 100644 --- a/TimeHACK.Main/Program.cs +++ b/TimeHACK.Main/Program.cs @@ -73,7 +73,7 @@ namespace TimeHACK { WinClassicWindowsExplorer we = new WinClassicWindowsExplorer(); - WinClassic app = wm.startWin95(we, "Windows Explorer", Properties.Resources.WinClassicFileExplorer, true, true, true); + WinClassic app = wm.StartWin95(we, "Windows Explorer", Properties.Resources.WinClassicFileExplorer, true, true, true); try { return WindowsExplorerReturnPath; |
