|
![]() |
#1 |
Участник
|
Может вот так подойдет?
X++: void clicked() { Args args = new Args(reportStr(Cust)); ReportRun report = classFactory.reportRunClass(args); ; report.query().interactive(true); report.run(); super(); } |
|