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