StupendousCounter.Core.ViewModel.CounterViewModel.Edit C# (CSharp) 메소드

Edit() 개인적인 메소드

private Edit ( ) : void
리턴 void
        private void Edit()
        {
            _navigationService.NavigateTo(ViewModelLocator.EditCounterPageKey, _counter);
        }