Example #1
0
        public Assistant()
        {
            _timeElapsed = TimeSpan.Zero;
            _timer       = InfrastructureFactory.CreateTimer();
            _timer.Tick += _timer_Tick;

            this.WorkTime       = DEFAULT_WORK_TIME;
            this.ShortBreakTime = DEFAULT_SHORT_BREAK;
            this.LongBreakTime  = DEFAULT_LONG_BREAK;
        }