Skip to content

Instantly share code, notes, and snippets.

@joebuschmann
Created December 18, 2014 20:11
Show Gist options
  • Save joebuschmann/2ca78bd08ce7eb149055 to your computer and use it in GitHub Desktop.
Save joebuschmann/2ca78bd08ce7eb149055 to your computer and use it in GitHub Desktop.
Override Form.OnLoad()
protected override void OnLoad(EventArgs e)
{
// Details elided
base.OnLoad(e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment