Y
yxq
Hello,
I writed some classes(but not a class) in a ClassLibrary and builded a
test.dll file, but how to invoke the test.dll?
'test.dll//////////////////////
Moudle MyTest
Public class A
...
End Class
Public class B
...
End Class
Public class C
...
End Class
End Module
I have referenced the test.dll in my new project, but do not know how to use
Class A, B, C.
Thank you
I writed some classes(but not a class) in a ClassLibrary and builded a
test.dll file, but how to invoke the test.dll?
'test.dll//////////////////////
Moudle MyTest
Public class A
...
End Class
Public class B
...
End Class
Public class C
...
End Class
End Module
I have referenced the test.dll in my new project, but do not know how to use
Class A, B, C.
Thank you