Ejemplo n.º 1
0
 internal static void Replace(RichTextBox textBox)
 {
     _textBox = textBox;
     wFindDlg dlg = new wFindDlg(textBox.SelectedText, true, true);
 }
Ejemplo n.º 2
0
 internal static void Find(RichTextBox textBox)
 {
     _textBox = textBox;
     wFindDlg dlg = new wFindDlg(textBox.SelectedText, false, true);
 }