Ejemplo n.º 1
0
        //.FILE TOOLS
        private void findToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FindBox findBox = new FindBox();

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