radioButton1.checked问题
radioButton1.checked默认是true;
if(radioButton1.checked) 这里显示是False,是什么原因?
------最佳解决方案--------------------if(radioButton1.checked)
你这句在那里写的?
------其他解决方案--------------------下断点,看看radioButton1的checked值,注意控件的生命周期问题
------其他解决方案--------------------贴代码
------其他解决方案--------------------删了重新添加两个radioButton就没问题了