Exemplo n.º 1
0
 public void EnsureTfsAuthenticated()
 {
     if (isTfsAuthenticated)
     {
         return;
     }
     Tfs.EnsureAuthenticated();
     isTfsAuthenticated = true;
 }
Exemplo n.º 2
0
 public void EnsureTfsAuthenticated()
 {
     Tfs.EnsureAuthenticated();
 }