diff options
| author | Trey <32907415+TheEdgeNK@users.noreply.github.com> | 2018-08-25 18:14:38 -0400 |
|---|---|---|
| committer | Trey <32907415+TheEdgeNK@users.noreply.github.com> | 2018-08-25 18:14:38 -0400 |
| commit | e33bb991f88ef5e60576da69b8dd82b1ffa670fc (patch) | |
| tree | a5aa5f375808d5df8f7783aee0c09b6a57244bf8 /Project Ports/Terminal.cs | |
| parent | e4df929fe95c2140f7867b206aedb33382688ac0 (diff) | |
| download | Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.tar.gz Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.tar.bz2 Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.zip | |
Some updates
Diffstat (limited to 'Project Ports/Terminal.cs')
| -rw-r--r-- | Project Ports/Terminal.cs | 27 |
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(); - } - } -} |
