摘要:
listview.Add(null); DataRow[] row= getdatarow(); if (row.Length > 0) { for (int i = 0; i < row.Length; i++) listview.Add(new Frm(i + 1, row[i]["string"].ToString())); } this.combobox.DataSource ... 阅读全文
posted @ 2010-07-26 19:43
晔
阅读(1285)
评论(0)
推荐(0)
浙公网安备 33010602011771号