private void statisticsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            dictionaryform.ActiveForm.Hide();
            statisticsform b = new statisticsform();

            b.Show();
        }
Ejemplo n.º 2
0
        private void pictureBox2_Click(object sender, EventArgs e)
        {
            Form1.ActiveForm.Hide();
            statisticsform b = new statisticsform();

            b.Show();
        }