Exemplo n.º 1
0
 private void pager1_EventPaging(Vipsoft.Controls.EventPagingArg e)
 {
     currentPage = e.PageIndex;
     BindList();
     this.dataGridView_List.Focus();
 }
Exemplo n.º 2
0
 private void pager1_EventPaging(Vipsoft.Controls.EventPagingArg e)
 {
     currentPage = e.PageIndex;
     BindList();
 }