Automating the InvokeRequired code pattern
I have become painfully aware of just how often one needs to write the following code pattern in event-driven GUI code, whereprivate void DoGUISwitch() { // cruisin for a bruisin' through exception city object1.Visible = true; obje