internal void OnRefreshGraphics() { RefreshGraphics?.Invoke(this, EventArgs.Empty); }
private void OnRefreshGraphics() { RefreshGraphics?.Invoke(this, EventArgs.Empty); }
protected virtual void OnRefreshGraphics() { RefreshGraphics?.Invoke(this, EventArgs.Empty); }