コード例 #1
0
 void countDownTimer_TimerChanged( object sender, CountDownEventArgs e )
 {
     timeSpanToCountDown = e.Duration;
 }
コード例 #2
0
 private void countDownTimer_Tick( object sender, CountDownEventArgs e )
 {
     View.Countdown = timeSpanToCountDown - e.Duration;
 }