博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年7月21日

摘要: 把datagridview 数据源转换为绑定的数据源 public class PlanInfo { /// <summary> /// 计划ID /// </summary> public int a { get; set; } /// <summary> /// 序号 /// </summary> public int b { get; set; } /// <summary> /// 发车 /// </summary> public string c { get; set; } }List<PlanInfo&g 阅读全文

posted @ 2011-07-21 23:30 itcfj 阅读(1652) 评论(0) 推荐(0) 编辑