public new void Load(StyleEditor _styleEditor, Data.Style _style) { this.styleEditor = _styleEditor; this.style = _style; if (style.Selected) { this.IgnoreCheckedChangedEvent = true; this.selectBox.Checked = true; } this.styleEditor.Controls.Add(this); this.styleEditor.StyleControls.Add(this); this.styleEditor.RefreshStyles(); this.selectBox.Text = this.style.Name; }
public new void Load(StyleEditor _styleEditor) { this.styleEditor = _styleEditor; }