Exemplo n.º 1
0
 /// <summary>
 /// 分页事件
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void gridViewPaging1_PagingChanged(object sender, MyPagingEventArgs e)
 {
     if (backgroundWorker1.IsBusy == false)
     {
         gridControl1.RefreshDataSource();
         backgroundWorker1.RunWorkerAsync("SearchData");
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// 分页事件
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void gridViewPaging1_PagingChanged(object sender, MyPagingEventArgs e)
 {
     if (bgwWait.IsBusy == false)
     {
         gcDevice.RefreshDataSource();
         bgwWait.RunWorkerAsync("SearchData");
     }
 }
Exemplo n.º 3
0
 private void gridViewPaging1_PagingChanged_1(object sender, MyPagingEventArgs e)
 {
     if (BgwWait.IsBusy == false)
     {
         gridControl1.RefreshDataSource();
         BgwWait.RunWorkerAsync("SearchData");
     }
 }
Exemplo n.º 4
0
 private void gridViewPaging1_PagingChanged(object sender, MyPagingEventArgs e)
 {
     try
     {
         if (bgWait.IsBusy == false)
         {
             bgWait.RunWorkerAsync("LoadArrangedVouchCodeList");
         }
     }
     catch (Exception ex)
     {
         Utils.Logger.Error(ex.ToString());
         ClsMsg.ShowInfoMsg(ex.Message);
     }
 }
Exemplo n.º 5
0
 private void gridViewPaging1_PagingChanged(object sender, MyPagingEventArgs e)
 {
     try
     {
         if (bgWait.IsBusy == false)
         {
             bgWait.RunWorkerAsync("LoadPersonData");
         }
     }
     catch (Exception ex)
     {
         ClsMsg.ShowErrMsg(ex.Message);
         Utils.Logger.Error(ex.ToString());
     }
 }
Exemplo n.º 6
0
 private void gridViewPaging1_PagingChanged(object sender, MyPagingEventArgs e)
 {
 }