示例#1
0
 void Button4Click(object sender, EventArgs e)
 {
     InstructionsGameForm btnFm2 = new InstructionsGameForm();
     btnFm2.Show();
 }
示例#2
0
        void Button4Click(object sender, EventArgs e)
        {
            InstructionsGameForm btnFm2 = new InstructionsGameForm();

            btnFm2.Show();
        }