private void nextMatchToolStripMenuItem_Click(object sender, EventArgs e)
        {
            nextMatchInfo form = new nextMatchInfo(OfficialEventName, (Convert.ToInt32(scoutingMatchNumberNumericUpDown.Value)) + 1);

            form.Show();
        }
Exemplo n.º 2
0
 private void nextMatchToolStripMenuItem_Click(object sender, EventArgs e)
 {
     nextMatchInfo form = new nextMatchInfo(OfficialEventName, (Convert.ToInt32(scoutingMatchNumberNumericUpDown.Value)) + 1);
     form.Show();
 }