private void pictureBox6_Click(object sender, EventArgs e) { this.Hide(); ventanaNuevoServicio ventanaNuevoServicio = new ventanaNuevoServicio(); ventanaNuevoServicio.Show(); }
private void Button8_Click(object sender, EventArgs e) { ventanaNuevoServicio ventanaNuevoServicio = new ventanaNuevoServicio(); ventanaNuevoServicio.Show(); }