Example #1
0
 public void OnPatientSleep()
 {
     PatientSlept?.Invoke(this, EventArgs.Empty);
 }
Example #2
0
 public void OnPatientSlept()//可触发事件的方法
 {
     PatientSlept?.Invoke(this, EventArgs.Empty);
 }