Пример #1
0
Файл: Dotnet.cs Проект: vdt/try
 public Task <CommandLineResult> Execute(string args, Budget budget = null) =>
 CommandLine.Execute(
     Path,
     args,
     _workingDirectory,
     budget);