예제 #1
0
 private void pager1_EventPaging(Vipsoft.Controls.EventPagingArg e)
 {
     currentPage = e.PageIndex;
     BindList();
     this.dataGridView_List.Focus();
 }
예제 #2
0
 private void pager1_EventPaging(Vipsoft.Controls.EventPagingArg e)
 {
     currentPage = e.PageIndex;
     BindList();
 }