我的 winForm 中有 15 个列表框...我用来清除每个列表框,如下所示。当应用程序启动时,有什么方法可以在短时间内清除它们?
listBox1.Items.Clear();
listBox2.Items.Clear();
listBox3.Items.Clear();
listBox4.Items.Clear();
listBox5.Items.Clear();
listBox6.Items.Clear();
listBox7.Items.Clear();
listBox8.Items.Clear();
listBox9.Items.Clear();
listBox10.Items.Clear();