Exemplo n.º 1
0
 public GarminConnection()
 {
     _webClient = new GarminConnectWebClient();
 }
Exemplo n.º 2
0
 public void Dispose()
 {
     _webClient.Dispose();
     _webClient = null;
 }