示例#1
0
 private void CheckStructWL(IGDMStructWithLists swl)
 {
     CheckTagWithNotes(swl);
     CheckTagWithMultimediaLinks(swl);
     CheckTagWithSourceCitations(swl);
 }
示例#2
0
 private static void CheckStructWL(GDMTree tree, GEDCOMFormat format, IGDMStructWithLists swl)
 {
     CheckTagWithNotes(tree, format, swl);
     CheckTagWithMultimediaLinks(tree, format, swl);
     CheckTagWithSourceCitations(tree, format, swl);
 }