9 lines
173 B
C#
9 lines
173 B
C#
using Sep.Git.Tfs.Core.TfsInterop;
|
|
|
|
namespace Sep.Git.Tfs.Core
|
|
{
|
|
public interface IBranchTreeVisitor
|
|
{
|
|
void Visit(BranchTree childBranch, int level);
|
|
}
|
|
} |