コード例 #1
0
 private bool ImportDownloads(ConsoleTheme theme)
 {
     DownloadImportDialog.ImportDownloads(theme, manager.CurrentInstance, manager.Cache, plan);
     RefreshList();
     return(true);
 }
コード例 #2
0
ファイル: ModListScreen.cs プロジェクト: sibaar/CKAN
 private bool ImportDownloads()
 {
     DownloadImportDialog.ImportDownloads(manager.CurrentInstance, plan);
     RefreshList();
     return(true);
 }