摘要:
DataSet dsServerList = GetServerList(); DataView dv = new DataView(dsServerList.Tables[0]); //dv.RowFilter = ""; // Set the DataSource property of the ComboBox to the DataSet cbServer.... 阅读全文
posted @ 2005-07-14 09:21
袁礼定
阅读(632)
评论(0)
推荐(0)
浙公网安备 33010602011771号