C#中如何遍历窗口中的控件!
private void button1_Click(object sender, EventArgs e) { listBox1.Items.Clear(); GetControl(Controls); } private void GetControl(Co