예제 #1
0
        private void izbornikFindNext_Click(object sender, EventArgs e)
        {
            tekst = textBox.SelectedText;
            RTFFindForm dialogFind = new RTFFindForm(tekst);

            dialogFind.Owner = this;
            dialogFind.ShowDialog();
        }
예제 #2
0
        private void izbornikFind_Click(object sender, EventArgs e)
        {
            tekst = " ";
            RTFFindForm dialogFind = new RTFFindForm(tekst);

            dialogFind.Owner = this;
            dialogFind.ShowDialog();
        }