Пример #1
0
 protected List <string> GetColors(string model)
 {
     if (handSets == null)
     {
         InitializeDataStruct();
     }
     return(handSets.GetModelColors(model));
 }