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