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