コード例 #1
0
ファイル: ArchiveService.cs プロジェクト: tzinmein/Camelot
 public Task PackAsync(IReadOnlyList <string> nodes, string outputFile, ArchiveType archiveType) =>
 _operationsService.PackAsync(nodes, outputFile, archiveType);