Beispiel #1
0
 public static bool StartGitTfsCommandProcessDialog(this IGitUICommands commands, params string[] args)
 {
     return(commands.StartGitCommandProcessDialog("tfs " + string.Join(" ", args)));
 }