Example #1
0
 private void timer1_Tick(object sender, EventArgs e)
 {
     ballonsList.BlowBallons();
     ballonsList.checkForExplosions();
     Invalidate(true);
 }