Ejemplo n.º 1
0
 public ButtonSet(Toolbar toolbar, ButtonSetType type)
 {
     this.SetType = type;
     this._toolbar = toolbar;
     this.Buttons = new List<ButtonBase>();
 }
Ejemplo n.º 2
0
 public ButtonSet(Toolbar toolbar)
     : this(toolbar, ButtonSetType.Normal)
 {
 }