Пример #1
0
        private void tsbtnFind_Click(object sender, EventArgs e)
        {
            FindForm findForm = new FindForm();

            findForm.RtbInstance = this.rtbDocument;
            findForm.InitialText = this.tstxtSearchText.Text;
            findForm.Show();
        }
Пример #2
0
 private void tsbtnFind_Click(object sender, EventArgs e)
 {
     FindForm findForm = new FindForm();
     findForm.RtbInstance = this.rtbDocument;
     findForm.InitialText = this.tstxtSearchText.Text;
     findForm.Show();
 }