Example #1
0
 private void Menu_BT1_Click(object sender, EventArgs e)
 {
     OptionForm.Show();
 }
Example #2
0
 private void PictureBox1_Click(object sender, EventArgs e)
 {
     OptionForm.mode = 2;
     OptionForm.Show();
 }