| 123456789101112131415161718 | using System;using System.Reflection;using System.Resources;using System.Runtime.InteropServices;using System.Security;[assembly: NeutralResourcesLanguage("en-US")]#if !PLIB[assembly: ComVisible(false)]#endif[assembly: CLSCompliant(true)]#if HAS_APTCA && NO_CODECOVERAGE[assembly: AllowPartiallyTrustedCallers]#endif
 |