private void buttonnxtrnd_Click(object sender, EventArgs e) { Form match = new Match3(lbl_red.Text, lbl_blue.Text, lbl_redScore.Text, lbl_blueScore.Text, lbl_redScore1.Text, lbl_blueScore1.Text, lbl_matchtype.Text, rounds); match.Show(); this.Close(); }
private void buttonnxtrnd_Click(object sender, EventArgs e) { Form match = new Match3(lbl_red.Text,lbl_blue.Text,lbl_redScore.Text,lbl_blueScore.Text,lbl_redScore1.Text,lbl_blueScore1.Text,lbl_matchtype.Text,rounds); match.Show(); this.Close(); }