diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-13 18:37:02 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-05-13 18:37:02 -0400 |
| commit | 87276961ecb8b440dd8b7018913e09876a3e0022 (patch) | |
| tree | 97f6f0e4f49401eebcbfea51540ae7c664560453 /Project Ports/Desktop.cs | |
| parent | 7920388957421dfcad53eed13454ffe227fdb803 (diff) | |
| download | Project-Silicon-87276961ecb8b440dd8b7018913e09876a3e0022.tar.gz Project-Silicon-87276961ecb8b440dd8b7018913e09876a3e0022.tar.bz2 Project-Silicon-87276961ecb8b440dd8b7018913e09876a3e0022.zip | |
Added the terminal
Diffstat (limited to 'Project Ports/Desktop.cs')
| -rw-r--r-- | Project Ports/Desktop.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Project Ports/Desktop.cs b/Project Ports/Desktop.cs index 3a85d1b..b5ab3e5 100644 --- a/Project Ports/Desktop.cs +++ b/Project Ports/Desktop.cs @@ -59,5 +59,11 @@ namespace Project_Ports { this.Close(); } + + private void terminalToolStripMenuItem_Click(object sender, EventArgs e) + { + Terminal terminalForm = new Terminal(); + terminalForm.Show(); + } } } |
