private void visualiserToolStripMenuItem_Click(object sender, EventArgs e) { ParticipantsForm participantsForm = new ParticipantsForm(); participantsForm.Show(); }
private void btnParticipants_Click(object sender, EventArgs e) { ParticipantsForm participantsForm = new ParticipantsForm(); participantsForm.Show(); }