コード例 #1
0
 public override void Refresh()
 {
     medicalEventViewListBindingSource.DataSource = ServiceCalls.RetriveMedicalEvent(ServiceCalls.CurrentPatient.PatientId);
     gridControl1.RefreshDataSource();
 }