Exemplo n.º 1
0
 void _animationTimer_Tick(object sender, EventArgs e)
 {
     _animationControl.AdvanceCurrentFrameTrackbar();
     updateAnimationFrame(); //do I need this? Or will the trackbar update event not fire
 }