コード例 #1
0
 public ButtonSet(Toolbar toolbar, ButtonSetType type)
 {
     this.SetType = type;
     this._toolbar = toolbar;
     this.Buttons = new List<ButtonBase>();
 }
コード例 #2
0
 public ButtonSet(Toolbar toolbar)
     : this(toolbar, ButtonSetType.Normal)
 {
 }