Functional C#
Nicolas Galler | April 7, 2008Sadly this is starting to veer into obfuscation but dang I love those lambda arrows.
_view.ShowConfirm("Are you sure you want to submit the PIF?", p => p.SubmitPifPart(0, doc => p._view.ShowConfirm(TranslateVeraResponse(doc), p2 => p2._view.CloseView(), false)), true);





