public ContentFileV3(EPubV3SubStandard standard)
 {
     _standard = standard;
     _manifest   =   new ManifestSectionV3(standard);
     _spine = new SpineSectionV3(standard);
 }
Beispiel #2
0
 public ContentFileV3(EPubV3SubStandard standard)
 {
     _standard = standard;
     _manifest = new ManifestSectionV3(standard);
     _spine    = new SpineSectionV3(standard);
 }