111,126
社区成员
发帖
与我相关
我的任务
分享
if (radioButton1.Checked | radioButton2.Checked | radioButton3.Checked | radioButton4.Checked | radioButton5.Checked | radioButton6.Checked)
{
this.Hide();
Form1 f = new Form1();
f.Show();
RadioButton u = new RadioButton();
MessageBox.Show();
}