M
MatheusMokwa
Guest
I've created a new method in my class and defined a service interface for it. It appers in my .json definition. Now I want to run this operation in my application, but I have no ideia how to do it. What I would like to do is something like this: jsdosession = new progress.data.JSDOSession(jsdoSettings); jsdosession.login(); jsdosession.run(myOperation); Does someone knows how to to it?
Continue reading...
Continue reading...