diff options
| author | lempamo <[email protected]> | 2017-10-15 00:45:50 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-15 00:45:50 -0400 |
| commit | 718fc7c680c17508b9d97cc92e8a3632cb999bb7 (patch) | |
| tree | 2d2553bfbbc6b67d3bbb94f0c7295f1227430cd8 /Histacom2/OS/Win98/Win98Apps/WebChat1999.cs | |
| parent | 3dbe19613d4a492c228b60bad54bbafc48c21202 (diff) | |
| download | histacom2-718fc7c680c17508b9d97cc92e8a3632cb999bb7.tar.gz histacom2-718fc7c680c17508b9d97cc92e8a3632cb999bb7.tar.bz2 histacom2-718fc7c680c17508b9d97cc92e8a3632cb999bb7.zip | |
the hype is real, folks
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps/WebChat1999.cs')
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/WebChat1999.cs | 13 |
1 files changed, 13 insertions, 0 deletions
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; + } } } |
