V
VJ
I have a class delecared as below in my Project.. When I complie my project
as DLL, I don't want this class and the shared function to be available when
they consuming application not to see this class...
Public Class RDFiles
Public Shared Function EtRD(ByVal File As String) As Boolean
End Function
End Class
How do i make sure this?
VJ
as DLL, I don't want this class and the shared function to be available when
they consuming application not to see this class...
Public Class RDFiles
Public Shared Function EtRD(ByVal File As String) As Boolean
End Function
End Class
How do i make sure this?
VJ