コード例 #1
0
 private void UpdatePatientCount()
 {
     PatientCount = PatientList.Count();
     RaisePropertyChanged("PatientCount");
 }