G
Guest
I have a class "clsABC" which is created by VB.NET. I am trying use it in the
C# program. Although I can add it in the project reference, I can't browse
the methods and properties in the coding.
Please see the following coding:
using clsABC
clsABC tmpClass = new clsABC();
tmpClass. <------ I can see any methods and properties.
C# program. Although I can add it in the project reference, I can't browse
the methods and properties in the coding.
Please see the following coding:
using clsABC
clsABC tmpClass = new clsABC();
tmpClass. <------ I can see any methods and properties.