Skip to content

Instantly share code, notes, and snippets.

@9swampy
9swampy / IncpTracer
Last active August 29, 2015 14:05 — forked from Seikilos/INPCTracer
View IncpTracer
/// <summary>
/// Performs tracing of INotifyPropertyChange events
/// </summary>
public class INCPTracer
{
~INCPTracer()
{
Detach();
Clear();