From 5b5825ff4491047838ad12df69c6aa40f1af5299 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 29 Aug 2018 12:40:57 -0400 Subject: Added licenses and added panels on boot and crash --- Project Ports/Crash.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Project Ports/Crash.cs') diff --git a/Project Ports/Crash.cs b/Project Ports/Crash.cs index 346aa40..ac78359 100644 --- a/Project Ports/Crash.cs +++ b/Project Ports/Crash.cs @@ -21,8 +21,7 @@ namespace Project_Ports private void Crash_Load(object sender, EventArgs e) { - this.BringToFront(); - /* + Thread.Sleep(2000); if (Properties.Settings.Default.hijacked2 == true) { MessageBox.Show("Coming soon!"); @@ -32,7 +31,7 @@ namespace Project_Ports Boot boot = new Boot(); boot.Show(); this.Close(); - }*/ + } } private void button1_Click(object sender, EventArgs e) -- cgit v1.2.3