private void commandlist_Load(object sender, EventArgs e)
        {
            Commandlist cl = new Commandlist();

            cl.TopMost = true;
            Marvel.Speak("May be this can help you, Here is the complete voice commands list");
        }
Exemple #2
0
        private void helpcmdbtn_Click(object sender, EventArgs e)
        {
            Commandlist coml = new Commandlist();

            coml.Show();
            coml.TopMost = true;
        }
Exemple #3
0
        private void pictureBox8_Click(object sender, EventArgs e)
        {
            Commandlist cl = new Commandlist();

            cl.Show();
            cl.TopMost = true;
        }