for a static method:
Classname.Method()
for an instance method, then call it like this:
ReferenceToInstanceOfClass.Method()
hope that helps !
majestic0110
Nearly a Posting Virtuoso
1,328 posts since Oct 2007
Reputation Points: 256
Solved Threads: 72
so for you it would be (if its a static method):
DNSServer.MethodName()
majestic0110
Nearly a Posting Virtuoso
1,328 posts since Oct 2007
Reputation Points: 256
Solved Threads: 72
If the classes are in the same project package, I think they should not require an import statement.
majestic0110
Nearly a Posting Virtuoso
1,328 posts since Oct 2007
Reputation Points: 256
Solved Threads: 72