Sep.Git.Tfs.Commands.InitBranch.InitBranch C# (CSharp) 메소드

InitBranch() 공개 메소드

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