Esempio n. 1
0
 protected string GetModelSpecsUrl(string model)
 {
     if (handSets == null)
     {
         InitializeDataStruct();
     }
     return(handSets.GetSpecsUrl(model));
 }