manicolosi (owner)

Revisions

gist: 56742 Download_button fork
public
Public Clone URL: git://gist.github.com/56742.git
Embed All Files: show embed
C# #
1
2
3
4
5
counter.Increased += (sender, args) => {
    if (args.Count % 2 != 0) {
        Console.WriteLine (args.Count);
    }
};