Ejemplo n.º 1
0
 public void ReverseBranches()
 {
     BranchList.Reverse();
     SetTfsBranches();
     NotifyOfPropertyChange(() => BranchSequence);
     CandidateList.Clear();
 }