public void Close() { TimerRegistry.Remove(this); Timer.Close(); }
private void Init() { Timer.Elapsed += Timer_Elapsed; TimerRegistry.Add(this); }