示例#1
0
 private void GameTimer_Tick(object sender, EventArgs e)
 {
     //throw new NotImplementedException();
     punkty.Content      = plansza.wezPunkty().ToString("0000000000");
     wypelnienia.Content = plansza.wezWypelnienia().ToString("0000000000");
     plansza.TetrominoDol();
     if (plansza.czyPorazka())
     {
         gameTimer.Stop();
     }
 }