public GetLocationForAddressCompleted(string requestUrl, LocationForAddress_Callback callback)
 {
     this.callback = callback;
     this.requestUrl = requestUrl;
 }
Exemplo n.º 2
0
 public GetLocationForAddressCompleted(string requestUrl, LocationForAddress_Callback callback)
 {
     this.callback   = callback;
     this.requestUrl = requestUrl;
 }