예제 #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);
 }