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

UpdateRemote() 개인적인 메소드

private UpdateRemote ( IGitTfsRemote tfsRemote ) : void
tfsRemote IGitTfsRemote
리턴 void
        private void UpdateRemote(IGitTfsRemote tfsRemote)
        {
            if (!string.IsNullOrWhiteSpace(TfsUsername))
            {
                tfsRemote.TfsUsername = TfsUsername;
                tfsRemote.TfsPassword = TfsPassword;
            }
        }