C
cxnoel
Hi,
I have a form which contains a variable named UserID. Then, from that
form, I create an instance of a class located in a separate DLL.
This DLL class is added to my form project by project reference.
I want this class to access my UserID variable without passing it to
the new function. Is it possible?
Thanks
I have a form which contains a variable named UserID. Then, from that
form, I create an instance of a class located in a separate DLL.
This DLL class is added to my form project by project reference.
I want this class to access my UserID variable without passing it to
the new function. Is it possible?
Thanks