foreach (CheckBox ck in this.groupBox1.Controls.OfType<CheckBox>())
{
ck.Click += new EventHandler((x, y) =>
{
string sql=@"inset into user ";
com.excuteNonquery();
}
我要此方法只执行 一次
不能把 方法 拿到循环外 求指教