BaconographyPortable.ViewModel.ReadableArticleViewModel.NavigateToCommentsImpl C# (CSharp) Method

NavigateToCommentsImpl() private method

private NavigateToCommentsImpl ( ) : void
return void
        private void NavigateToCommentsImpl()
        {
            ParentLink.NavigateToComments.Execute(ParentLink);
        }
    }