calling an assembly from inside a class

  • Thread starter Thread starter TJS
  • Start date Start date
T

TJS

I am constructing a new code class that will use functions from another
assembly

How can I get the other assembly registered in the code class ?
 
I believe you can make a reference to it using the References node in
Solution Explorer.
 
Back
Top