Skip to content

Instantly share code, notes, and snippets.

@jonnii
Created November 8, 2010 15:52
Show Gist options
  • Save jonnii/667835 to your computer and use it in GitHub Desktop.
Save jonnii/667835 to your computer and use it in GitHub Desktop.
Good braces
source.MyEvent +=
delegate(object s, EventArgs e)
{
DoSomething();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment