private void OnOutOfScope(OutOfScopeEvent obj) { _stackLevel--; }
private static void OutOfScope(OutOfScopeEvent obj) { Console.WriteLine(new String('\t', obj.StackLevel) + " I'm out of " + obj.MethodName); }