* Control.cs: fix the checks so that they work correctly for mdi
[mcs.git] / errors / cs3013.cs
blobdd45d7429b588e3d197e9ee4fe425249b4eb24ea
1 // cs3013.cs: Added modules must be marked with the CLSCompliant attribute to match the assembly
2 // Line: 0
3 // Compiler options: -addmodule:CS3013-module.dll
5 using System;
7 [assembly: CLSCompliant(true)]