개정판 295ce375
issue #0000
document, attfile 비교 진행
Change-Id: I59a60d5a69a91c092e5ba05c94138ac293f22353
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
273 | 273 |
|
274 | 274 |
}; |
275 | 275 |
|
276 |
if (doc.AttFiles == null) |
|
277 |
{ |
|
278 |
doc.AttFiles = new List<AttFileInfo>(); |
|
279 |
} |
|
280 |
|
|
276 | 281 |
doc.AttFiles.Add(newFile); |
277 | 282 |
|
278 | 283 |
var imageInfo = new AttImageInfo { ID = newFile.FileID, Data = newFile.FileData }; |
내보내기 Unified diff