Exemple #1
0
        protected string GetModelBrand(string model)
        {
            if (handSets == null)
            {
                InitializeDataStruct();
            }

            return(handSets.GetModelBrand(model));
        }