Exemplo n.º 1
0
 protected virtual void OnCurrentFrameChanged()
 {
     CurrentFrameChanged?.Invoke(this, EventArgs.Empty);
 }
Exemplo n.º 2
0
 private void OnCurrentFrameChanged()
 {
     CurrentFrameChanged?.Invoke(this, EventArgs.Empty);
 }