Skip to content

Instantly share code, notes, and snippets.

@ssougnez
Created July 8, 2018 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssougnez/c9505603a72d9b3dbf09c17a9f89d6fc to your computer and use it in GitHub Desktop.
Save ssougnez/c9505603a72d9b3dbf09c17a9f89d6fc to your computer and use it in GitHub Desktop.
public class MyApplicationHandler : ApplicationEventHandler
{
protected override void ApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext)
{
base.ApplicationStarted(umbracoApplication, applicationContext);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment