Skip to content

Instantly share code, notes, and snippets.

@grumpycatsaysno
Created July 17, 2017 12:59
Show Gist options
  • Save grumpycatsaysno/91712a909ebc5063d887792c3b8e0b04 to your computer and use it in GitHub Desktop.
Save grumpycatsaysno/91712a909ebc5063d887792c3b8e0b04 to your computer and use it in GitHub Desktop.
protected void Application_Start(object sender, EventArgs e)
{
SystemManager.ApplicationStart += SystemManager_ApplicationStart;
}
protected void SystemManager_ApplicationStart(object sender, EventArgs e)
{
//add your implementation here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment