摘要: DataTable dt = new DataTable("Info"); delegate void BindDataAsync(); GridView gv = new GridView();private void btnLoad_Click(object sender, RoutedEventArgs e) { BeginBindData(); } #region Invoke the Binding Data method asynchorously private void ... 阅读全文
posted @ 2012-06-26 00:12 lhx880619 阅读(2935) 评论(0) 推荐(1) 编辑