摘要: public void checkAllState(bool check) { for (int i = 0; i < this.checkedListBox1.Items.Count; i++) { this.checkedListBox1.SetItemChecked(i, check); ... 阅读全文
posted @ 2007-09-18 11:43 PointNet 阅读(6049) 评论(0) 推荐(0)