Beispiel #1
0
        private void scores_Click(object sender, EventArgs e)
        {
            timer1.Stop();
            timer2.Stop();
            HighScoresForm hs = new HighScoresForm(igraci);

            if (hs.ShowDialog() == System.Windows.Forms.DialogResult.OK)
            {
                timer1.Start();
                timer2.Start();
            }
        }
Beispiel #2
0
 private void scores_Click(object sender, EventArgs e)
 {
     timer1.Stop();
     timer2.Stop();
     HighScoresForm hs = new HighScoresForm(igraci);
     if (hs.ShowDialog() == System.Windows.Forms.DialogResult.OK)
     {
         timer1.Start();
         timer2.Start();
     }
 }