Where are my regions?
When I implemented my first interface with Visual Studio 2010, I noticed that the implemented methods were not enclosed with the Region directive.
If you want your regions back, you explicitly need to tell Visual Studio by enabling them in the options dialog.
After you’ve enabled them, all is back to normal…
Comments