S
SamSpade
I have two libraries projects, a Vb one and an Cs one
I tried to have them both use the same namespace name and had problems.
Rather then describe everything I tried let me ask if that is valid?
If it is, then suppose I have two classes VbClass and CsClass.
One in one project and one in the other.
How does VbClass reference a method in CsClass
Thanks in advance
I tried to have them both use the same namespace name and had problems.
Rather then describe everything I tried let me ask if that is valid?
If it is, then suppose I have two classes VbClass and CsClass.
One in one project and one in the other.
How does VbClass reference a method in CsClass
Thanks in advance