コード例 #1
0
ファイル: LinuxOS.cs プロジェクト: lanicon/Ginger
 public Process Dotnet(string cmd)
 {
     return(ShellHelper.Dotnet(cmd));
 }