use of com.kendy.service.TGFwfService in project financial by greatkendy123.
the class TGController method refreshFwfTab.
private void refreshFwfTab() {
TGFwfService tgFwfService = new TGFwfService();
tgFwfService.setFwfDetail(StringUtil.nvl(currentTGCompanyLabel.getText(), ""), tableTGFwf, tableTGFwfSum);
}
Aggregations