//.FILE TOOLS private void findToolStripMenuItem_Click(object sender, EventArgs e) { FindBox findBox = new FindBox(); text = this.typeWriterField.Text; findBox.Show(); }
//.FILE TOOLS private void findToolStripMenuItem_Click(object sender , EventArgs e) { FindBox findBox = new FindBox(); text = this.typeWriterField.Text; findBox.Show(); }