private void radioButtonToolStripMenuItem_Click(object sender, EventArgs e) { frmCambioRadioButton fn = new frmCambioRadioButton(); fn.MdiParent = this; fn.Show(); }
private void porRadioButtonToolStripMenuItem_Click(object sender, EventArgs e) { frmCambioRadioButton mdiapp = new frmCambioRadioButton(); mdiapp.MdiParent = this; mdiapp.Show(); }