Example #1
0
 public bool IsTextMatch(string text)
 {
     return((bool)_mediator.Value.Wait(() => _provider.TextMatch(text)));
 }