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