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