Exemplo n.º 1
0
 public void EnableAreaPath(ITfsTeam tfsTeam, string areaName, bool includeChildren)
 {
     tfsTeam.EnableAreaPath(areaName, includeChildren);
 }
Exemplo n.º 2
0
 private void AddAreaToTeamAreas(ITfsTeam tfsTeam, string areaPath, bool includeChildren)
 {
     tfsTeam.EnableAreaPath(areaPath, includeChildren);
 }
Exemplo n.º 3
0
 private void AddAreaToTeamAreas(ITfsTeam tfsTeam, string areaPath, bool includeChildren)
 {
     tfsTeam.EnableAreaPath(areaPath, includeChildren);
 }
Exemplo n.º 4
0
 public void EnableAreaPath(ITfsTeam tfsTeam, string areaName, bool includeChildren)
 {
     tfsTeam.EnableAreaPath(areaName, includeChildren);
 }