示例#1
0
文件: LinuxOS.cs 项目: lanicon/Ginger
 public Process Dotnet(string cmd)
 {
     return(ShellHelper.Dotnet(cmd));
 }