private void currentMatchToolStripMenuItem_Click(object sender, EventArgs e) { currMatchInfo form = new currMatchInfo(OfficialEventName, (Convert.ToInt32(scoutingMatchNumberNumericUpDown.Value))); form.Show(); }