private void launcher_Click(object sender, EventArgs e) { this.Controls.Clear(); LabyrinthGraphix lab = new LabyrinthGraphix(); this.Controls.Add(lab); }
public Labyrinthe() { InitializeComponent(); this.Controls.Clear(); LabyrinthGraphix lab = new LabyrinthGraphix(); this.Controls.Add(lab); }