コード例 #1
0
        //.FILE TOOLS
        private void findToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FindBox findBox = new FindBox();

            text = this.typeWriterField.Text;
            findBox.Show();
        }
コード例 #2
0
ファイル: TypeWriter.cs プロジェクト: jester155/workspace
 //.FILE TOOLS
 private void findToolStripMenuItem_Click(object sender , EventArgs e)
 {
     FindBox findBox = new FindBox();
     text = this.typeWriterField.Text;
     findBox.Show();
 }