Example #1
0
 public virtual void OnStopTriggered(EventArgs e)
 {
     //触发结束事件
     StopAlert?.Invoke(this, e);
 }