diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-12 21:20:42 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-05-12 21:20:42 -0400 |
| commit | 4ce3c28c6c18f021eaa47f8b03fed130f433872f (patch) | |
| tree | faf0a3693710c217888936356e81edb71ec1567d /Project Ports/MainMenu.cs | |
| parent | 946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d (diff) | |
| download | Project-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.cs | 3 |
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) |
