Пример #1
0
 public bool IsTextContains(string text)
 {
     return((bool)_mediator.Value.Wait(() => _provider.TextContain(text)));
 }