Skip to content
Snippets Groups Projects
Commit cd727801 authored by SCHAAL CESAR's avatar SCHAAL CESAR
Browse files

Avancement main menu

parent b9b2646a
Branches
Tags
No related merge requests found
ressources/path-forest-trees-bushes-grass-cc.jpg

7.94 MiB

ressources/path-forest-trees-bushes-grass-min.jpg

839 KiB

...@@ -78,6 +78,7 @@ ...@@ -78,6 +78,7 @@
this.Name = "FormMainMenu"; this.Name = "FormMainMenu";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Form1"; this.Text = "Form1";
this.Load += new System.EventHandler(this.FormMainMenu_Load);
this.ResumeLayout(false); this.ResumeLayout(false);
} }
......
...@@ -34,5 +34,10 @@ namespace Wanderer ...@@ -34,5 +34,10 @@ namespace Wanderer
FormAide formAide = new FormAide(); FormAide formAide = new FormAide();
formAide.Show(); formAide.Show();
} }
private void FormMainMenu_Load(object sender, EventArgs e)
{
}
} }
} }
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment