diff options
| author | Andrew <alee14498@gmail.com> | 2018-08-28 18:41:25 -0400 |
|---|---|---|
| committer | Andrew <alee14498@gmail.com> | 2018-08-28 18:41:25 -0400 |
| commit | c4202ae2daf74e47c1327ccbf0113cc3a7512c7a (patch) | |
| tree | c1e0ee04b34d68064bc1d9d48f07fc652e88314f /Project Ports/Crash.cs | |
| parent | 0be5946ce559ea76df7301bcbea87f17f6487652 (diff) | |
| download | Project-Silicon-c4202ae2daf74e47c1327ccbf0113cc3a7512c7a.tar.gz Project-Silicon-c4202ae2daf74e47c1327ccbf0113cc3a7512c7a.tar.bz2 Project-Silicon-c4202ae2daf74e47c1327ccbf0113cc3a7512c7a.zip | |
Changed the crashing
Diffstat (limited to 'Project Ports/Crash.cs')
| -rw-r--r-- | Project Ports/Crash.cs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Project Ports/Crash.cs b/Project Ports/Crash.cs index 0bfb955..346aa40 100644 --- a/Project Ports/Crash.cs +++ b/Project Ports/Crash.cs @@ -22,12 +22,7 @@ namespace Project_Ports private void Crash_Load(object sender, EventArgs e) { this.BringToFront(); - Thread.Sleep(2000); - txtCrash.AppendText("PortOS.GUI has crashed..." + Environment.NewLine); - Thread.Sleep(2000); - txtCrash.AppendText("SYSTEM ERROR: Crashed" + Environment.NewLine); - Thread.Sleep(2000); - txtCrash.AppendText("Rebooting PortOS..." + Environment.NewLine); + /* if (Properties.Settings.Default.hijacked2 == true) { MessageBox.Show("Coming soon!"); @@ -37,7 +32,12 @@ namespace Project_Ports Boot boot = new Boot(); boot.Show(); this.Close(); - } + }*/ + } + + private void button1_Click(object sender, EventArgs e) + { + this.Close(); } } } |
