2011年7月8日
摘要: for(int i = 0; i < comboBox1.Items.Count; i++ ) MessageBox.Show(comboBox1.GetItemText(comboBox1.Items[i])); 阅读全文
posted @ 2011-07-08 09:54 aparche 阅读(1195) 评论(0) 推荐(0)