'Creating A Shared Assembly in .NET
public class SharedObject
Public Function Greeting(ByVal name as String) As String
Return ("SharedObject says Hi : " & name )
End Function
End Class
kkevinnnn 0 Newbie Poster
thines01 401 Postaholic Team Colleague Featured Poster
thines01 401 Postaholic Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.