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

ReadableArticleViewModel() public method

public ReadableArticleViewModel ( ) : BaconographyPortable.Messages
return BaconographyPortable.Messages
        public ReadableArticleViewModel()
        {
            _launchBrowser = new RelayCommand(LaunchBrowserImpl);
        }
        public static Task<ReadableArticleViewModel> LoadAtLeastOne(ISimpleHttpService httpService, string url, string linkId)