Example #1
0
 public void CreateCheck(long from, int to)
 {
     Glclient.CreateChequeAsync(SelectedMainRow.Iserial, from, to, LoggedUserInfo.DatabasEname);
 }