Esempio n. 1
0
 public void Find()
 {
     if (Text.Trim() != "" && _browser != null)
     {
         _browser.Find(1, Text, _forward, _matchcase, _findnext);
     }
 }