Beispiel #1
0
 protected virtual void OnPitstop(PitstopEventArgs e)
 {
     if (this.PitstopEvent != null) this.PitstopEvent(this, e);
 }
Beispiel #2
0
 public void NotifyPitstop(PitstopEventArgs e)
 {
     this.OnPitstop(e);
 }