개정판 0169b3c7
dev issue #1223 : fix bug
Change-Id: I3c1a9e572aa8702aa96e7e4438ebf507eb40f567
DTI_PID/APIDConverter/Form/APIDConverter.cs | ||
---|---|---|
164 | 164 |
string fileName = row["colDrawingFilePath"].ToString(); |
165 | 165 |
Document document = new Document(fileName, ID2SymbolTypeTable); |
166 | 166 |
|
167 |
row["colDrawingNumber"] = document.DWGNAME; |
|
168 |
row["colDrawingName"] = document.DWGNAME; |
|
169 | 167 |
if (document.Enable) |
170 | 168 |
row["colStatus"] = "Ready"; |
171 | 169 |
else |
내보내기 Unified diff