public ImportPluginViewModel(ImportPlugin importPlugin) { ImportCommand = new RelayCommand(OnImportCommand); ImportPlugin = importPlugin; }
private Task RunNowAsync() { return(ImportPlugin.DownloadAndImportFeedsAsync(false)); }