示例#1
0
 public int Find(string searchText, bool forward, bool matchCase) => browserCore.Find(searchText, forward, matchCase);