Exemple #1
0
 private void pictureBox1_Click(object sender, EventArgs e)
 {
     if (rezimRada == 1)
     {
         descriptions i = new descriptions(2);
         i.Show();
     }
     else
     {
         descriptions i = new descriptions(3);
         i.Show();
     }
 }
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            descriptions i = new descriptions(1);

            i.Show();
        }