Exemplo n.º 1
0
        private void izbornikFindNext_Click(object sender, EventArgs e)
        {
            tekst = textBox.SelectedText;
            RTFFindForm dialogFind = new RTFFindForm(tekst);

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

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