I am new to C# and programming in general my question is how do you call a variable that is in a different namespace? if I have this code
public void servic
As a side node, it can be done by adding reference to the assembly in which the public members of another assembly are used. That's what incurred me.
public