Skip to content

Instantly share code, notes, and snippets.

@grumpycatsaysno
Created July 17, 2017 13:03
Show Gist options
  • Save grumpycatsaysno/726355991e876a966ee0b093c5beaf1a to your computer and use it in GitHub Desktop.
Save grumpycatsaysno/726355991e876a966ee0b093c5beaf1a to your computer and use it in GitHub Desktop.
void SystemManager_ApplicationStart(object sender, EventArgs e)
{
EventHub.Subscribe<ISitemapGeneratorBeforeWriting>(Before_Writing);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment