當前位置:成語大全網 - 新華字典 - u8數據庫字典現金流量明表怎麽做

u8數據庫字典現金流量明表怎麽做

void checkBox1_CheckedChanged(object sender, EventArgs e)

{

CheckBox checkcontrol = sender as CheckBox;

if (checkcontrol.Checked == true)

{

foreach (Control item in this.panel1.Controls)

{

if (item == sender)