From 718fc7c680c17508b9d97cc92e8a3632cb999bb7 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 15 Oct 2017 00:45:50 -0400 Subject: the hype is real, folks --- Histacom2/OS/Win98/Win98Apps/WebChat1999.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Histacom2/OS/Win98/Win98Apps/WebChat1999.cs') diff --git a/Histacom2/OS/Win98/Win98Apps/WebChat1999.cs b/Histacom2/OS/Win98/Win98Apps/WebChat1999.cs index 004d99f..75786d9 100644 --- a/Histacom2/OS/Win98/Win98Apps/WebChat1999.cs +++ b/Histacom2/OS/Win98/Win98Apps/WebChat1999.cs @@ -10,6 +10,7 @@ using System.Windows.Forms; using System.Media; using Histacom2.Engine; using Histacom2.Engine.Template; +using Histacom2.GlobalPrograms; namespace Histacom2.OS.Win98.Win98Apps { @@ -128,6 +129,9 @@ namespace Histacom2.OS.Win98.Win98Apps await Task.Delay(3500); history.AppendText($"12padams: as i said before, make sure that {SaveSystem.ProfileName} arrives safely in 2000" + Environment.NewLine); receive.Play(); await Task.Delay(3000); history.AppendText("HiddenHacker: but what if he doesnt make it?" + Environment.NewLine); receive.Play(); await Task.Delay(3500); history.AppendText("12padams: we will cross that bridge when we come to it" + Environment.NewLine); receive.Play(); + await Task.Delay(3500); history.AppendText("12padams: anyways, im gonna upload 0.2 right now" + Environment.NewLine); receive.Play(); + await Task.Delay(4500); history.AppendText("System: File \"tdistortv2\" has been uploaded." + Environment.NewLine); label5.Show(); button5.Show(); file.Play(); + await Task.Delay(4500); history.AppendText($"12padams: go ahead and install it {SaveSystem.ProfileName}, we'll wait" + Environment.NewLine); receive.Play(); } private void button2_Click(object sender, EventArgs e) @@ -147,5 +151,14 @@ namespace Histacom2.OS.Win98.Win98Apps break; } } + + private void button5_Click(object sender, EventArgs e) + { + WinClassicDownloader opendownload = new WinClassicDownloader(); + WindowManager wm = new WindowManager(); + wm.Init(opendownload, "Downloader", null, false, true); + opendownload.appName.Text = "Downloading: Time Distorter 0.2"; + opendownload.amountToDL = 42; + } } } -- cgit v1.2.3