Пример #1
0
 public TextBoxServices(IStringPreparator stringPreparator, IWindowsElementSearcher windowsElementSearcher)
 {
     vStringPreparator       = stringPreparator;
     vWindowsElementSearcher = windowsElementSearcher;
 }
Пример #2
0
 public PressEnterAgent(ITextBoxServices textBoxServices, IWindowsElementSearcher windowsElementSearcher)
 {
     TextBoxServices        = textBoxServices;
     WindowsElementSearcher = windowsElementSearcher;
 }