Ejemplo n.º 1
0
 void Button3Click(object sender, EventArgs e)
 {
     InstructionsForm btnFm1 = new InstructionsForm();
     btnFm1.Show();
 }
Ejemplo n.º 2
0
        void Button3Click(object sender, EventArgs e)
        {
            InstructionsForm btnFm1 = new InstructionsForm();

            btnFm1.Show();
        }