コード例 #1
0
        private void button6_Click(object sender, EventArgs e)
        {
            this.Hide();

            Form7 f2 = new Form7();

            f2.Activate();
            f2.Show();
        }