Example #1
0
 public Button(AutomationElement automationElement, ActionListener actionListener)
     : base(automationElement, actionListener)
 {
     toggleableItem = new ToggleableItem(this);
 }
Example #2
0
 public Button(AutomationElement automationElement, ActionListener actionListener) : base(automationElement, actionListener)
 {
     toggleableItem = new ToggleableItem(this);
 }