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