private void button1_Click(object sender, EventArgs e) { Form17 f17 = new Form17(); f17.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++; } Form17 f17 = new Form17(); f17.Show(); this.Close(); }