2018年10月29日
摘要: Windows ComboBox获取多列数据 DataRowView data = (DataRowView)this.BindingContext[cmbHospId.DataSource].Current; object ceshi = data["ceshi"]; string ceshi = 阅读全文
posted @ 2018-10-29 12:04 陪你葬忆拾荒 阅读(287) 评论(0) 推荐(0) 编辑