コード例 #1
0
        private void менюToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Fr1 h = new Fr1();

            h.Show();
            this.Hide();
        }
コード例 #2
0
        private void pictureBox2_Click_1(object sender, EventArgs e)
        {
            Fr1 h = new Fr1();

            h.Show();
            this.Hide();
        }