Hello,

If I have an exe component with a single manager public class, several interface classes, and several private classes, can I implement one of the interfaces on a client if only a private class on the server is making calls on the interface?

Thanks. . .