Exemple #1
0
        private void BtnStartTimer(object sender, EventArgs e)
        {
            _p.StartPomodoroTimer();

            _p.CounterEvent = new Action <int>(CounterEvent);
            _p.FinishEvent  = new Action(FinishEvent);
        }