Exemple #1
0
 private void testirajFitnessToolStripMenuItem_Click(object sender, EventArgs e)
 {
     TestirajFitness tf = new TestirajFitness();
     tf.Show();
 }
Exemple #2
0
        private void testirajFitnessToolStripMenuItem_Click(object sender, EventArgs e)
        {
            TestirajFitness tf = new TestirajFitness();

            tf.Show();
        }