예제 #1
0
        private void pictureBox2_Click(object sender, EventArgs e)
        {
            InstructionsForm inst = new InstructionsForm();

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

            inst.Show();
        }