aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Terminal.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Project Ports/Terminal.cs')
-rw-r--r--Project Ports/Terminal.cs27
1 files changed, 0 insertions, 27 deletions
diff --git a/Project Ports/Terminal.cs b/Project Ports/Terminal.cs
deleted file mode 100644
index c878c32..0000000
--- a/Project Ports/Terminal.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Drawing;
-using System.Data;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-using PortEngine;
-
-namespace Project_Ports
-{
- public partial class Terminal : UserControl
- {
-
- public Terminal()
- {
- InitializeComponent();
- }
-
- private void Terminal_Load(object sender, EventArgs e)
- {
- WindowManager wm = new WindowManager();
- }
- }
-}