S
Simon
Hi all,
I have a class like the following. Is it true that the
function in the module could be called directly (globally
assessible) in other class file in the same project? What
is the equivalent coding in C#?
Regards
Simon
*******************************************************
Namespace Space
Public Module Globals
Public Function GetDBConnectionString() As String
Return ""
End Function
End Module
End Namespace
*******************************************************
I have a class like the following. Is it true that the
function in the module could be called directly (globally
assessible) in other class file in the same project? What
is the equivalent coding in C#?
Regards
Simon
*******************************************************
Namespace Space
Public Module Globals
Public Function GetDBConnectionString() As String
Return ""
End Function
End Module
End Namespace
*******************************************************