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