예제 #1
0
파일: LinuxOS.cs 프로젝트: lanicon/Ginger
 public Process Dotnet(string cmd)
 {
     return(ShellHelper.Dotnet(cmd));
 }