aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/BIOS/BIOS.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-17 14:10:30 -0400
committerlempamo <[email protected]>2017-08-17 14:10:30 -0400
commitcba109cd8ae5203b5e393a15e7918eb6dce19a96 (patch)
tree9cb7d978a7085710680246e5b9b73276d69b5b09 /TimeHACK.Main/OS/BIOS/BIOS.cs
parent48fb80e89674127f89508ed2293cc591aaf6af4b (diff)
downloadhistacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.tar.gz
histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.tar.bz2
histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.zip
IE4 is now IE3
Diffstat (limited to 'TimeHACK.Main/OS/BIOS/BIOS.cs')
-rw-r--r--TimeHACK.Main/OS/BIOS/BIOS.cs38
1 files changed, 0 insertions, 38 deletions
diff --git a/TimeHACK.Main/OS/BIOS/BIOS.cs b/TimeHACK.Main/OS/BIOS/BIOS.cs
deleted file mode 100644
index 5c607e1..0000000
--- a/TimeHACK.Main/OS/BIOS/BIOS.cs
+++ /dev/null
@@ -1,38 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-using TimeHACK.Engine;
-using TimeHACK.OS.Win95.Win95Apps;
-using TimeHACK.Engine.Template;
-using System.Threading;
-
-namespace TimeHACK.OS.BIOS
-{
- public partial class BIOS : Form
- {
- public BIOS()
- {
- InitializeComponent();
- }
-
- private void BIOSConsole_Load(object sender, EventArgs e)
- {
- BIOSConsole.WriteLine("TiemHARK BIOS v.1.337, An Shift Soft Ally.");
- Console.Beep(575, 100);
- Thread.Sleep(1000);
- BIOSConsole.WriteLine("Copyright (C) 1984-1998, AShift Software, Inc.");
- Console.Beep(575, 100);
- Thread.Sleep(1500);
- BIOSConsole.WriteLine("\nAntel More a8-1700x at 1.337 ghz");
- Console.Beep(575, 100);
- Thread.Sleep(500);
-
- }
- }
-}