Exemplo n.º 1
0
 public void DeleteCheck(int from, int to)
 {
     Glclient.DeleteTblBankChequeAsync(SelectedMainRow.Iserial, from, to, LoggedUserInfo.DatabasEname);
 }