protected virtual void OnCurrentFrameChanged() { CurrentFrameChanged?.Invoke(this, EventArgs.Empty); }
private void OnCurrentFrameChanged() { CurrentFrameChanged?.Invoke(this, EventArgs.Empty); }