Exemple #1
0
    public Part GetPart(Part.PartCategory pCategory, Part.PartID pID)
    {
        Dictionary <string, Part> parts = GetPartCategoryTable(pCategory);

        Part tempPart = parts[pID.ToString()];

        return(tempPart);
    }