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