示例#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, ButtonSetType type)
 {
     this.SetType = type;
     this._toolbar = toolbar;
     this.Buttons = new List<ButtonBase>();
 }