diff options
| author | Andrew <alee14498@gmail.com> | 2018-08-28 15:30:49 -0400 |
|---|---|---|
| committer | Andrew <alee14498@gmail.com> | 2018-08-28 15:30:49 -0400 |
| commit | 0be5946ce559ea76df7301bcbea87f17f6487652 (patch) | |
| tree | 93d1b0ecd53a06e12be9d16d024c95c7048bd6f7 /Project Ports/Storyline/Hijack2Terminal.cs | |
| parent | 90e14a0932b63679c356e8bc1d42e657d7c612ad (diff) | |
| download | Project-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.cs | 20 |
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(); + } + } +} |
