Exemple #1
0
 public static ShellResults Run(string subCommand, string sandboxPath)
 {
     return(Shell.Run(singleton.svnPath, subCommand, sandboxPath));
 }