コード例 #1
0
        private void statisticsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            dictionaryform.ActiveForm.Hide();
            statisticsform b = new statisticsform();

            b.Show();
        }
コード例 #2
0
        private void pictureBox2_Click(object sender, EventArgs e)
        {
            Form1.ActiveForm.Hide();
            statisticsform b = new statisticsform();

            b.Show();
        }