예제 #1
0
 private void Timer_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
 {
     configuration = configManager.RefreshData();
     UpdateCurrentCounter(configuration.Counter);
 }