public FindElementHandler(
     IUIAutomation uiAutomation, IOverlay overlay, IElementFactory elementFactory,
     IElementSearcher searcher)
 {
     this.uiAutomation = uiAutomation;
     this.overlay = overlay;
     this.elementFactory = elementFactory;
     this.searcher = searcher;
 }
Beispiel #2
0
 public FindElementHandler(
     IUIAutomation uiAutomation, IOverlay overlay, IElementFactory elementFactory,
     IElementSearcher searcher)
 {
     this.uiAutomation   = uiAutomation;
     this.overlay        = overlay;
     this.elementFactory = elementFactory;
     this.searcher       = searcher;
 }