2
votes
2answers
97 views
How to provide custom code for InitializeComponent?
When you modify column headers of a ListView at design time, the designer generates code to serialize column headers at run-time:
private void InitializeComponent()
{
this.lis …
5
votes
5answers
894 views
Excluding FxCop rule in source.
Hi,
In a project I'm working on FxCop shows me lots of (and I mean more than 400) errors on the InitializeComponent() methods generated by the Windows Forms designer. Most of thos …
