aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/MainMenu.cs
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-05-19 15:54:58 -0400
committerAlee14 <Alee14498@gmail.com>2018-05-19 15:54:58 -0400
commitfeb9922b968aad01e9f40fc5832c4890abf0ece7 (patch)
tree4ee35cdb6f50366f3ec82de2136a0b9fcd6b34c1 /Project Ports/MainMenu.cs
parenteaf78c1440b0528233a1e049cb5062e526a4bd92 (diff)
downloadProject-Silicon-feb9922b968aad01e9f40fc5832c4890abf0ece7.tar.gz
Project-Silicon-feb9922b968aad01e9f40fc5832c4890abf0ece7.tar.bz2
Project-Silicon-feb9922b968aad01e9f40fc5832c4890abf0ece7.zip
things
Diffstat (limited to 'Project Ports/MainMenu.cs')
-rw-r--r--Project Ports/MainMenu.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Project Ports/MainMenu.cs b/Project Ports/MainMenu.cs
index 89c91e9..17f1bff 100644
--- a/Project Ports/MainMenu.cs
+++ b/Project Ports/MainMenu.cs
@@ -55,7 +55,7 @@ namespace Project_Ports
private void MainMenu_Load(object sender, EventArgs e)
{
-
+
}
private void btnDebugMode_Click(object sender, EventArgs e)
@@ -63,5 +63,6 @@ namespace Project_Ports
DebugMode debugForm = new DebugMode();
debugForm.Show();
}
+
}
} \ No newline at end of file