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