private void joueursToolStripMenuItem_Click(object sender, EventArgs e) { var frm = new Forms.PlayersListForm(); frm.ShowDialog(); }