Esempio n. 1
0
 public void ReadKomChildFileData(KomHeader header, KomChildEntity entity, Stream outStream)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void ReplaceChildFileData(Stream sourceFileData, String targetName, KomChildEntity entity)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public void AddChildFileData(Stream sourceFileData, KomChildEntity entity)
 {
     throw new NotImplementedException();
 }