You need to sign in to do that
Don't have an account?
business Identity
Invoking a method of a class from another class
Hello,
Consider a class A with function A, The function is global & static (for remote invocation) & another class B with function B which is also global & static. I need to invoke the function A from within function B. How do I do it??
Consider a class A with function A, The function is global & static (for remote invocation) & another class B with function B which is also global & static. I need to invoke the function A from within function B. How do I do it??
Try with the below code.
Without initialize
Thanks
D Naveen Rahul.