Пример #1
0
 void Button3Click(object sender, EventArgs e)
 {
     InstructionsForm btnFm1 = new InstructionsForm();
     btnFm1.Show();
 }
Пример #2
0
        void Button3Click(object sender, EventArgs e)
        {
            InstructionsForm btnFm1 = new InstructionsForm();

            btnFm1.Show();
        }