aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/hijackScreen.cs
diff options
context:
space:
mode:
authorTrey <32907415+TheEdgeNK@users.noreply.github.com>2018-09-02 12:09:20 -0400
committerTrey <32907415+TheEdgeNK@users.noreply.github.com>2018-09-02 12:09:20 -0400
commitb14c88a25a7704e37514a4b5f4e761e925bd2536 (patch)
tree76840e1ef2766d6439f330b04e1d111391bb5d02 /Project Ports/hijackScreen.cs
parentcf72b65769809ac77331414aee299112b9bf4b37 (diff)
downloadProject-Silicon-b14c88a25a7704e37514a4b5f4e761e925bd2536.tar.gz
Project-Silicon-b14c88a25a7704e37514a4b5f4e761e925bd2536.tar.bz2
Project-Silicon-b14c88a25a7704e37514a4b5f4e761e925bd2536.zip
in progress
Diffstat (limited to 'Project Ports/hijackScreen.cs')
-rw-r--r--Project Ports/hijackScreen.cs10
1 files changed, 2 insertions, 8 deletions
diff --git a/Project Ports/hijackScreen.cs b/Project Ports/hijackScreen.cs
index e8d4168..fca9070 100644
--- a/Project Ports/hijackScreen.cs
+++ b/Project Ports/hijackScreen.cs
@@ -40,19 +40,13 @@ namespace Project_Ports
private void hijackScreen_Load(object sender, EventArgs e)
{
- StorylineAPI.StartHijackEvent1(txtHijack);
- Desktop desktop = new Desktop();
- Properties.Settings.Default.hijacked = false;
- desktop.Show();
- this.Close();
+ StorylineAPI.StartHijackEvent1(txtHijack);
}
- private void button1_Click(object sender, EventArgs e)
+ private void btnSkipHijack_Click(object sender, EventArgs e)
{
Desktop desktop = new Desktop();
- Properties.Settings.Default.hijacked = false;
desktop.Show();
- this.Close();
}
}
}