개정판 6257570a
Graphics element exception handling
Change-Id: Ie876dabf93b93e1a856af99223c3b7cd717bee11
DTI_PID/SPPIDConverter/BaseModel/Document.cs | ||
---|---|---|
104 | 104 |
SetLineNumber(xml.Element("LINENOS")); |
105 | 105 |
SetTrimLine(xml.Element("TRIMLINENOS")); |
106 | 106 |
SetVendorPackage(xml.Element("VENDORS")); |
107 |
SetGraphic(xml.Element("GRAPHICS")); |
|
107 |
if (xml.Element("GRAPHICS") != null) |
|
108 |
SetGraphic(xml.Element("GRAPHICS")); |
|
108 | 109 |
|
109 | 110 |
SetAllConnectors(); |
110 | 111 |
Enable = true; |
내보내기 Unified diff