private void CheckStructWL(IGDMStructWithLists swl) { CheckTagWithNotes(swl); CheckTagWithMultimediaLinks(swl); CheckTagWithSourceCitations(swl); }
private static void CheckStructWL(GDMTree tree, GEDCOMFormat format, IGDMStructWithLists swl) { CheckTagWithNotes(tree, format, swl); CheckTagWithMultimediaLinks(tree, format, swl); CheckTagWithSourceCitations(tree, format, swl); }