随笔分类 -  .NET WinForm

ComboBox的数据绑定
摘要:这里的ComboBox指System.Windows.Forms中的ComboBox。使用对象数据源IList models = ModelService.GetAllModels();this.comboBoxModelId.DataSource = models;this.comboBoxMod... 阅读全文
posted @ 2014-07-10 08:52 god with us 阅读(319) 评论(0) 推荐(0)