ARCed.Database.Tilesets.ImageColorsDialog.RefreshColors C# (CSharp) Méthode

RefreshColors() private méthode

private RefreshColors ( ) : void
Résultat void
        private void RefreshColors()
        {
            this.panelBackground.BackColor = this._settings.BackgroundColor.ToSystemColor();
            this.panelSelector.BackColor = this._settings.SelectorColor.ToSystemColor();
            this.panelGrid.BackColor = this._settings.GridColor.ToSystemColor();
            if (this.XnaPanel != null)
                this.XnaPanel.Invalidate();
        }