private void pictureBox1_Click(object sender, EventArgs e) { this.Hide(); ventanaServicios form8 = new ventanaServicios(); form8.Show(); }
private void PictureBox4_Click(object sender, EventArgs e) { ventanaServicios ventanaServicios = new ventanaServicios(); ventanaServicios.Show(); }