Skip to content

Instantly share code, notes, and snippets.

@manicolosi
Created February 2, 2009 02:14
Show Gist options
  • Save manicolosi/56742 to your computer and use it in GitHub Desktop.
Save manicolosi/56742 to your computer and use it in GitHub Desktop.
counter.Increased += (sender, args) => {
if (args.Count % 2 != 0) {
Console.WriteLine (args.Count);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment