aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/MainMenu.cs
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-05-12 21:20:42 -0400
committerAlee14 <Alee14498@gmail.com>2018-05-12 21:20:42 -0400
commit4ce3c28c6c18f021eaa47f8b03fed130f433872f (patch)
treefaf0a3693710c217888936356e81edb71ec1567d /Project Ports/MainMenu.cs
parent946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d (diff)
downloadProject-Silicon-4ce3c28c6c18f021eaa47f8b03fed130f433872f.tar.gz
Project-Silicon-4ce3c28c6c18f021eaa47f8b03fed130f433872f.tar.bz2
Project-Silicon-4ce3c28c6c18f021eaa47f8b03fed130f433872f.zip
Some changes in desktop and main menu
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 f092c6f..20063f1 100644
--- a/Project Ports/MainMenu.cs
+++ b/Project Ports/MainMenu.cs
@@ -38,7 +38,8 @@ namespace Project_Ports
private void button1_Click(object sender, EventArgs e)
{
- MessageBox.Show("Oof... you can't play this game yet, but our team is working very hard :)");
+ Desktop desktop = new Desktop();
+ desktop.Show();
}
private void button2_Click(object sender, EventArgs e)