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