프로젝트

일반

사용자정보

개정판 6257570a

ID6257570ad1f3b8390a7d3859dfd7f5802e7401e9
상위 5b161eb1
하위 11fc783a, 8a8a2938

조봉훈이(가) 약 2년 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)