private void pictureBox2_Click(object sender, EventArgs e) { InstructionsForm inst = new InstructionsForm(); inst.Show(); }
private void instructionsToolStripMenuItem_Click(object sender, EventArgs e) { InstructionsForm inst = new InstructionsForm(); inst.Show(); }