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