Example #1
0
        private void StartCounting()
        {
            stopwatchModel.StartStopwatch();

            if (ButtonStartStopText == "Start")
            {
                ButtonStartStopText = "Stop";
                ButtonResetEnabled  = false;
            }
            else if (ButtonStartStopText == "Stop")
            {
                ButtonStartStopText = "Start";
                ButtonResetEnabled  = true;
            }
        }