private void menuAccueil_Click(object sender, EventArgs e) { FormIndex formIndex = new FormIndex(); formIndex.ShowDialog(); this.Close(); }