Beispiel #1
0
        public System.Collections.ArrayList GetBom()
        {
            DocumentProperty doc = DocumentProperty.LoadXml(BomFilePath);

            DealDocumentProperty(doc);
            return(doc.ConvertToBOM());
        }