![]() |
#4 |
Участник
|
Переместите печать CalcOther в метод SectionGroup.Footer.executeSection() после super().
X++: public void executeSection() { table table = element.last(tablenum(table)); ; super(); element.CalcOther(table.Id) } |
|
|
|