Esempio n. 1
0
 public PanelButton(object parent, PanelButtonType buttonType, PanelButtonStyle buttonStyle, EventHandler clickHandler)
     : base(parent)
 {
     this.Parent            = parent;
     this.Type              = buttonType;
     this.Style             = buttonStyle;
     this.clickEventHandler = clickHandler;
 }
Esempio n. 2
0
 public PanelButton(object parent, PanelButtonType buttonType, PanelButtonStyle buttonStyle, EventHandler clickHandler)
     : base(parent)
 {
     Parent            = parent;
     Type              = buttonType;
     Style             = buttonStyle;
     clickEventHandler = clickHandler;
 }