Sep.Git.Tfs.Commands.InitBranch.InitBranch C# (CSharp) Method

InitBranch() public method

public InitBranch ( Globals globals, Help helper, AuthorsFile authors ) : System
globals Globals
helper Help
authors Sep.Git.Tfs.Util.AuthorsFile
return System
        public InitBranch(Globals globals, Help helper, AuthorsFile authors)
        {
            _globals = globals;
            _helper = helper;
        }