c# | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

c#

how to use method of a project in a different project namespaces are different thanks

28th Jun 2017, 1:58 AM
muhamad hardaniyan
muhamad hardaniyan - avatar
1 Antwort
+ 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.
28th Jun 2017, 3:05 AM
Jordan Chapman
Jordan Chapman - avatar