摘要: 1 DataTable dtSource = (DataTable)this.gridControl1.DataSource; 2 DataRow[] dr = dtSource.Select("checked='1'"); 3 DataTable dt = new DataTable(); 4 5 ... 阅读全文
posted @ 2016-04-19 16:32 DemLiu 阅读(450) 评论(0) 推荐(0)
摘要: 1 DevExpress.Utils.WaitDialogForm dlg = new DevExpress.Utils.WaitDialogForm("正在读取数据,请耐心等侯……", new Size(250, 100)); 2 System.Threading.Thread.Sleep(500); 3 dlg.Close(); 阅读全文
posted @ 2016-04-19 10:58 DemLiu 阅读(614) 评论(0) 推荐(0)