Beispiel #1
0
 internal void OnRefreshGraphics()
 {
     RefreshGraphics?.Invoke(this, EventArgs.Empty);
 }
Beispiel #2
0
 private void OnRefreshGraphics()
 {
     RefreshGraphics?.Invoke(this, EventArgs.Empty);
 }
Beispiel #3
0
 protected virtual void OnRefreshGraphics()
 {
     RefreshGraphics?.Invoke(this, EventArgs.Empty);
 }