Ejemplo n.º 1
0
 protected ScrollBar(AutomationElement automationElement, IActionListener actionListener, ScrollBarButtonAutomationIds automationIds)
     : base(automationElement, actionListener)
 {
     this.automationIds = automationIds;
     var finder = new AutomationElementFinder(automationElement);
     primaryUIItemFactory = new PrimaryUIItemFactory(finder);
 }
 public NonCachedContainerItemFactory(PrimaryUIItemFactory factory, ActionListener actionListener)
 {
     this.factory = factory;
     this.actionListener = actionListener;
 }