Sick and Tired

My boy is sick and laying in the comfy chair trying to sleep. I just implimented nested anonymous methods to do UI calls for a thrown event from a different thread. *sighs* at 2am that hurts my brain.

_network.NewIncomingConnection += delegate(LocalNodeConnection c) { BeginInvoke((MethodInvoker) delegate() { network_NewIncomingConnection(c); });};

Ouch.