private void BTN_Instructions_Click(object sender, EventArgs e)
 {
     FORM_Instructions FI = new FORM_Instructions();
     FI.ShowDialog();
 }
Beispiel #2
0
        private void BTN_Instructions_Click(object sender, EventArgs e)
        {
            FORM_Instructions FI = new FORM_Instructions();

            FI.ShowDialog();
        }