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

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

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