Weird code in EventDelegatesInvoker.cs
description
Take a look:
http://nroute.codeplex.com/SourceControl/changeset/view/65535#1005746
Look at the last lines and tell me if make sense to you
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Linq.Expressions;
using nRoute.Internal;
using System.Reflection.Emit;
#if (!WP7)
using System.Reflection.Emit;
#endif