Esempio n. 1
0
        private void pictureBox2_Click(object sender, EventArgs e)
        {
            InstructionsForm inst = new InstructionsForm();

            inst.Show();
        }
Esempio n. 2
0
        private void instructionsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            InstructionsForm inst = new InstructionsForm();

            inst.Show();
        }