diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-13 12:35:21 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-05-13 12:35:21 -0400 |
| commit | 944d0efd0c7c50771398169862fc5dcbe4dc0086 (patch) | |
| tree | 3c710ebfb1913befd8fa73f4907fe31759daf4c4 /Project Ports/MainMenu.cs | |
| parent | 704a5659188c2e62ff917fd6265794372bc626fb (diff) | |
| download | Project-Silicon-944d0efd0c7c50771398169862fc5dcbe4dc0086.tar.gz Project-Silicon-944d0efd0c7c50771398169862fc5dcbe4dc0086.tar.bz2 Project-Silicon-944d0efd0c7c50771398169862fc5dcbe4dc0086.zip | |
Added debug mode
Diffstat (limited to 'Project Ports/MainMenu.cs')
| -rw-r--r-- | Project Ports/MainMenu.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Project Ports/MainMenu.cs b/Project Ports/MainMenu.cs index 8a6da25..89c91e9 100644 --- a/Project Ports/MainMenu.cs +++ b/Project Ports/MainMenu.cs @@ -57,5 +57,11 @@ namespace Project_Ports { } + + private void btnDebugMode_Click(object sender, EventArgs e) + { + DebugMode debugForm = new DebugMode(); + debugForm.Show(); + } } }
\ No newline at end of file |
