Exemple #1
0
 public VstsClient(VstsConnection connection)
 {
     Connection = connection;
 }
Exemple #2
0
 public VstsClient()
 {
     Connection = new VstsConnection();
 }