示例#1
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            Odenish button = new Odenish();

            button.Show();
            this.Hide();
        }
示例#2
0
        private void pictureBox7_Click(object sender, EventArgs e)
        {
            Odenish a = new Odenish();

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