摘要: using System.Data; using System; using System.ComponentModel; using System.Collections; class IListDemo { private IList PrepareDataSet() { DataTable dt = new DataTable(); dt.Co... 阅读全文
posted @ 2009-02-24 14:35 roboth 阅读(358) 评论(1) 推荐(0)