Ejemplo n.º 1
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            Eylence button = new Eylence();

            button.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void pictureBox4_Click(object sender, EventArgs e)
        {
            Eylence a = new Eylence();

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