コード例 #1
0
ファイル: Button.cs プロジェクト: huangzhichong/White
 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);
 }