Example #1
0
 private bool DoWriteRelationshipsXml(PackagePart p)
 {
     if (!p.IsRelationshipPart)
     {
         p.FlushRelationships();
     }
     return true;
 }