日期:2014-05-18 浏览次数:21543 次
foreach (Control col in groupBox1.Contains)
{
if (col.Text = null)
{
MessageBox.Show("不能有空值 !");
return;
}
}