private void button1_Click(object sender, EventArgs e) { Form8 f8 = new Form8(); f8.Show(); this.Close(); }
private void button1_Click(object sender, EventArgs e) { if (radioButton1.Checked == true) { //MessageBox.Show("hola"); f1.resp[f1.contador] = 1; f1.contador++; } if (radioButton2.Checked == true) { f1.resp[f1.contador] = 0; f1.contador++; } Form8 f8 = new Form8(); f8.Show(); this.Close(); }