Exemplo n.º 1
0
        public Timer()
        {
            TimerService.RegisterTimer(this);

            IsTicking = false;
            Done      = false;
        }