Exemplo n.º 1
0
 private void TimerStart()
 {
     _interval.Invoke(TimeSpan.FromMilliseconds(200), OnTimerTick, _dispatcher);
 }