Ejemplo n.º 1
0
 protected virtual void OnReplayStart()
 {
     if (ReplayStarted != null)
     {
         ReplayStarted.Invoke(this, EventArgs.Empty);
     }
 }
Ejemplo n.º 2
0
 protected virtual void OnReplayStarted()
 {
     ReplayStarted?.Invoke();
 }