aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Storyline/Hijack2Terminal.cs
diff options
context:
space:
mode:
authorAndrew <alee14498@gmail.com>2018-08-28 15:30:49 -0400
committerAndrew <alee14498@gmail.com>2018-08-28 15:30:49 -0400
commit0be5946ce559ea76df7301bcbea87f17f6487652 (patch)
tree93d1b0ecd53a06e12be9d16d024c95c7048bd6f7 /Project Ports/Storyline/Hijack2Terminal.cs
parent90e14a0932b63679c356e8bc1d42e657d7c612ad (diff)
downloadProject-Silicon-0be5946ce559ea76df7301bcbea87f17f6487652.tar.gz
Project-Silicon-0be5946ce559ea76df7301bcbea87f17f6487652.tar.bz2
Project-Silicon-0be5946ce559ea76df7301bcbea87f17f6487652.zip
added the hijack2terminal
Diffstat (limited to 'Project Ports/Storyline/Hijack2Terminal.cs')
-rw-r--r--Project Ports/Storyline/Hijack2Terminal.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/Project Ports/Storyline/Hijack2Terminal.cs b/Project Ports/Storyline/Hijack2Terminal.cs
new file mode 100644
index 0000000..e476db7
--- /dev/null
+++ b/Project Ports/Storyline/Hijack2Terminal.cs
@@ -0,0 +1,20 @@
+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;
+
+namespace Project_Ports.Storyline
+{
+ public partial class Hijack2Terminal : Form
+ {
+ public Hijack2Terminal()
+ {
+ InitializeComponent();
+ }
+ }
+}