0
c#
how to use method of a project in a different project namespaces are different thanks
1 Resposta
+ 3
Not sure what your question is exactly but to use another namespace you can just do:
using namespace name;
in the first few lines of your script.