private void tsbtnFind_Click(object sender, EventArgs e) { FindForm findForm = new FindForm(); findForm.RtbInstance = this.rtbDocument; findForm.InitialText = this.tstxtSearchText.Text; findForm.Show(); }