Ejemplo n.º 1
0
        internal static void AddFailedServerConnection(ResponseType type, string?outputAssembly)
        {
#if DEBUG || BOOTSTRAP
            ValidateBootstrap.AddFailedServerConnection(type, outputAssembly);
#endif
        }
Ejemplo n.º 2
0
        internal static void AddFailedLoad(AssemblyName name)
        {
#if DEBUG || BOOTSTRAP
            ValidateBootstrap.AddFailedLoad(name);
#endif
        }