aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/MainMenu.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Project Ports/MainMenu.cs')
-rw-r--r--Project Ports/MainMenu.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/Project Ports/MainMenu.cs b/Project Ports/MainMenu.cs
index 8a38936..f092c6f 100644
--- a/Project Ports/MainMenu.cs
+++ b/Project Ports/MainMenu.cs
@@ -51,5 +51,10 @@ namespace Project_Ports
About aboutForm = new About();
aboutForm.Show();
}
+
+ private void MainMenu_Load(object sender, EventArgs e)
+ {
+
+ }
}
-}
+} \ No newline at end of file