Exemplo n.º 1
0
 public ButtonObject(IWrapper wrapper) : base(Type, FrameType.Button, ButtonTemplate, wrapper)
 {
     this.button         = (IButtonTemplate)this.Frame;
     this.tooltipHandler = new TooltipHandler(this.Frame);
 }
Exemplo n.º 2
0
 public ButtonWithDropDownObject(IWrapper wrapper) : base(wrapper)
 {
     this.button      = (IButtonTemplate)this.Frame;
     this.menuHandler = new EasyMenuHandler();
 }