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

LaunchBrowserImpl() private method

private LaunchBrowserImpl ( ) : void
return void
        private void LaunchBrowserImpl()
        {
            ServiceLocator.Current.GetInstance<INavigationService>().NavigateToExternalUri(new Uri(ArticleUrl));
        }