Exemplo n.º 1
0
 public static void FindNext(CodeEditor editor)
 {
     if (Instance != null && Instance.Editor == editor)
     {
         Instance.FindNext(true, false, "Text not found");
     }
 }
Exemplo n.º 2
0
 public void FindNext()
 {
     FindAndReplaceForm.FindNext(this);
 }