Exemple #1
0
 private void setGridViews()
 {
     try
     {
         dgvApptHistory.DataSource = objCD.getApptHistory(0, Convert.ToInt32(txtPatientID.Text));
         //ShowProceduresHistory(0);
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.ToString());
     }
 }