Ejemplo n.º 1
0
 public FormSmsSending(Patient[] patients)
 {
     initialForm();
     foreach (GridViewCellInfo cell in grdList.Rows.Where(x => patients.Contains(x.DataBoundItem as Patient)).Select(x => x.Cells["send"]))
     {
         cell.Value = true;
     }
 }