//Boton para volver al menu private void button2_Click_1(object sender, EventArgs e) { MenuInstrucciones menu = new MenuInstrucciones(); menu.Show(); this.Close(); }
private void pictureBox2_Click(object sender, EventArgs e) { MenuInstrucciones menu = new MenuInstrucciones(); menu.Show(); this.Hide(); }