Exemple #1
0
        private void dictionaryToolStripMenuItem_Click(object sender, EventArgs e)
        {
            addwordform.ActiveForm.Hide();
            dictionaryform b = new dictionaryform();

            b.Show();
        }
Exemple #2
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            Form1.ActiveForm.Hide();
            dictionaryform b = new dictionaryform();

            b.Show();
        }