2015-11-03 8 views

ответ

0

Вы можете переопределить DoTable:

public override void DoTable(Parse table) { 
    DoRows(table.Parts.More); 
    DoSomeStuffAtEnd(); 
}