Beispiel #1
0
        private void pictureBox6_Click(object sender, EventArgs e)
        {
            PGestionservicio Gesserv = new PGestionservicio();

            Gesserv.Show();
            this.Hide();
        }
Beispiel #2
0
        private void pictureBox6_Click_1(object sender, EventArgs e)
        {
            PGestionservicio servicio = new PGestionservicio();

            servicio.Show();
        }