Example #1
0
        private void pictureBox3_Click(object sender, EventArgs e)
        {
            show s = new show();

            s.Show();
            this.Hide();
        }
Example #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            show s = new show();

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