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

            form.Show();
        }
Пример #2
0
 private void currentMatchToolStripMenuItem_Click(object sender, EventArgs e)
 {
     currMatchInfo form = new currMatchInfo(OfficialEventName, (Convert.ToInt32(scoutingMatchNumberNumericUpDown.Value)));
     form.Show();
 }