示例#1
0
 private static void OnTimerTick(object state)
 {
     // refresh data
     WeatherService.GatherAndStoreNewData();
 }