D
D
I was reviewing these vb.net classes which deal with user logins, logouts,
cookies etc etc.
I noticed that in the Page_Load function of a user control the code calls
into another library like so
Call AnotherClassLibrary.AnotherClass.UserLogin(userId)
I do not understand how this code can call this function without first
creating an instance of the AnotherClass.
What is it that I am not understanding?
Thanks
Best Regards.
cookies etc etc.
I noticed that in the Page_Load function of a user control the code calls
into another library like so
Call AnotherClassLibrary.AnotherClass.UserLogin(userId)
I do not understand how this code can call this function without first
creating an instance of the AnotherClass.
What is it that I am not understanding?
Thanks
Best Regards.