Skip to content

Instantly share code, notes, and snippets.

@rarous
Last active December 31, 2015 17:09
Show Gist options
  • Save rarous/8018628 to your computer and use it in GitHub Desktop.
Save rarous/8018628 to your computer and use it in GitHub Desktop.
container.Kernel.RegistrationCompleted += (_, __) =>
{
if (registered)
return;
registered = true;
container.Kernel.GetHandler(..).ComponentModel.Interceptors.Add(..);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment