private void Stop()

in GameOfLife/ViewModel/MainScreenViewModel.cs [147:152]


        private void Stop()
        {
            isStarted = false;
            UpdateCommandCanExecuteState();
            centralTimer.Stop();
        }