Exemple #1
0
 private void OnSimulationStateChanged()
 {
     SimulationStateChanged?.Invoke(this, new SimulationStateEventArgs(State));
 }
Exemple #2
0
 /// <summary>
 ///     Trigger for the simulation state change event.
 /// </summary>
 public void OnSimulationStateChanged()
 {
     SimulationStateChanged?.Invoke(this, EventArgs.Empty);
 }