From bc8577b76162054e47e93f0ada8b2fedf95cd80a Mon Sep 17 00:00:00 2001 From: lempamo Date: Sat, 5 Aug 2017 13:41:09 -0400 Subject: FTP Client Finished --- TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'TimeHACK.Main/GlobalPrograms') diff --git a/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs b/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs index 2cea80b..567b8e6 100644 --- a/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs +++ b/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs @@ -43,6 +43,9 @@ namespace TimeHACK.OS.Win95.Win95Apps case "Downloading: Web Chat 1998": CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "Web Chat Setup.exe", "web chat setup", 11, 34846); break; + case "Downloading: Time Distorter 0.1": + CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "Time Distorter Setup.exe", "time distorter setup", 11, 11583); + break; } /* if (appName.Text == "Downloading: Guess The Number") { @@ -60,21 +63,9 @@ namespace TimeHACK.OS.Win95.Win95Apps { CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "Skindows 95 Setup.exe"), "Skindows95Setup"); } - if (appName.Text == "Downloading: Web Chat") - { - CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "Web Chat Setup.exe"), "web chat setup"); - } - if (appName.Text == "Downloading: hwcv.exe") - { - CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "hwcv.exe"), "hwcv"); - } if (appName.Text == "Downloading: Time Distorter") { CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "Time Distorter Setup.exe"), "time distorter setup"); - } - if (appName.Text == "Downloading: FTP Client") - { - CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "FTP Client setup.exe"), "ftp client setup"); } */ ((Form)this.TopLevelControl).Close(); dlTimer.Stop(); -- cgit v1.2.3