T
Tony Johansson
Hi!
When a add this attribute
[CLSCompliant(true)]
just above the definition of class Team I get this kind of wanrning
Warning 1 'Lab1.Team' cannot be marked as CLS-compliant because the assembly
does not have a CLSCompliant attribute F:\C#\Lab1\Program.cs 73 5 Lab1
Why do I get this warning ?
//Tony
When a add this attribute
[CLSCompliant(true)]
just above the definition of class Team I get this kind of wanrning
Warning 1 'Lab1.Team' cannot be marked as CLS-compliant because the assembly
does not have a CLSCompliant attribute F:\C#\Lab1\Program.cs 73 5 Lab1
Why do I get this warning ?
//Tony