示例#1
0
文件: Form1.cs 项目: kleitz/statstron
 private void testirajFitnessToolStripMenuItem_Click(object sender, EventArgs e)
 {
     TestirajFitness tf = new TestirajFitness();
     tf.Show();
 }
示例#2
0
文件: Form1.cs 项目: kleitz/statstron
        private void testirajFitnessToolStripMenuItem_Click(object sender, EventArgs e)
        {
            TestirajFitness tf = new TestirajFitness();

            tf.Show();
        }