BLIST,BindingSource

//gridControl1.DataSource = BList;
            //BindingSource bs = new BindingSource();
            //bs.DataSource = BList;
            //gridControl1.DataSource = bs;

            //bs.ResetBindings(false);

            //ltorder.Add(ORDER);
            //ltorderDetail.Add(ORDERDETAILS);
            //gridControl1.DataSource =  MDataTable.CreateFrom(ltorder).ToDataTable();

 

posted on 2017-12-13 09:52  HOT SUMMER  阅读(196)  评论(0编辑  收藏  举报

导航