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

Pull() public method

public Pull ( Globals globals, Fetch fetch ) : System.ComponentModel
globals Globals
fetch Fetch
return System.ComponentModel
        public Pull(Globals globals, Fetch fetch)
        {
            _fetch = fetch;
            _globals = globals;
        }