Esempio n. 1
0
 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;
 }
Esempio n. 2
0
 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;
 }
Esempio n. 4
0
 public new void Load(StyleEditor _styleEditor)
 {
     this.styleEditor = _styleEditor;
 }