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

Bootstrap() public method

public Bootstrap ( RemoteOptions remoteOptions, Globals globals, Bootstrapper bootstrapper ) : System.ComponentModel
remoteOptions RemoteOptions
globals Globals
bootstrapper Sep.Git.Tfs.Core.Bootstrapper
return System.ComponentModel
        public Bootstrap(RemoteOptions remoteOptions, Globals globals, Bootstrapper bootstrapper)
        {
            _remoteOptions = remoteOptions;
            _globals = globals;
            _bootstrapper = bootstrapper;
        }