From 946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 12 May 2018 20:57:57 -0400 Subject: Added the desktop --- Project Ports/MainMenu.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Project Ports/MainMenu.cs') 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 -- cgit v1.2.3