Exemple #1
0
 public void Find(int identifier, string searchText, bool forward, bool matchCase, bool findNext)
 {
     managedCefBrowserAdapter.Find(identifier, searchText, forward, matchCase, findNext);
 }