From 87276961ecb8b440dd8b7018913e09876a3e0022 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sun, 13 May 2018 18:37:02 -0400 Subject: Added the terminal --- Project Ports/Terminal.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Project Ports/Terminal.cs (limited to 'Project Ports/Terminal.cs') diff --git a/Project Ports/Terminal.cs b/Project Ports/Terminal.cs new file mode 100644 index 0000000..ba51f3a --- /dev/null +++ b/Project Ports/Terminal.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 +{ + public partial class Terminal : Form + { + public Terminal() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3