G
Guest
I have an argument in the constructor for a VB form that as a parameter that
looks like:
ByVal lblHeader As Controls.MGLabel
Visual Studio 2005 gives me a warning:
Type of parameter 'lblHeader' is not CLS-compliant
I am not sure what to do.
Thank you.
Kevin
looks like:
ByVal lblHeader As Controls.MGLabel
Visual Studio 2005 gives me a warning:
Type of parameter 'lblHeader' is not CLS-compliant
I am not sure what to do.
Thank you.
Kevin