摘要: 下面介绍三种对comboBox绑定的方式,分别是泛型中IList和Dictionary,还有数据集DataTable 一、IList 现在我们直接创建一个List集合,然后绑定 IList<string> list = new List<string>(); list.Add("111111"); 阅读全文
posted @ 2019-10-28 08:43 道德天尊 阅读(12200) 评论(0) 推荐(1)