Beispiel #1
0
 public void AddTimerEvent(string tag, TimerEvent timerEvent)
 {
     dictTimerEvents.Add(tag, timerEvent);
 }