aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/MainMenu.cs
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-05-12 20:57:57 -0400
committerAlee14 <Alee14498@gmail.com>2018-05-12 20:57:57 -0400
commit946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d (patch)
tree77c58d588ec4e931e5f96071fe8ed5c06462c75c /Project Ports/MainMenu.cs
parentcebc36ad82b35856c78ea7de4b0b412b48cc526e (diff)
downloadProject-Silicon-946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d.tar.gz
Project-Silicon-946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d.tar.bz2
Project-Silicon-946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d.zip
Added the desktop
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