private void btRefresh_Click(object sender, EventArgs e) { GestionActivite ga = new GestionActivite(); ga.Show(); this.Close(); }
private void gestionDesActivitésToolStripMenuItem_Click(object sender, EventArgs e) { View.Gestion_des_activites.GestionActivite ga = new Gestion_des_activites.GestionActivite(); ga.Show(); //this.Hide(); }