Ejemplo n.º 1
0
        private void speachToolStripMenuItem_Click(object sender, EventArgs e)
        {
            //this.Hide();
            SpeechForm sp = new SpeechForm();

            sp.Show();
        }
Ejemplo n.º 2
0
        private void toolStripButton16_Click(object sender, EventArgs e)
        {
            //this.Hide();
            SpeechForm sp = new SpeechForm();

            sp.Show();
            // if()
            messagetoolStripStatusLabel.Text = "SpeechBOx Start.. ";
        }