S
Sagaert Johan
Hi
I stumbled to this :
I have a form and in the contructor i put
if (this.DesignMode)
return;
other code here
The IDE designer throws an exception and points to a line in the 'other
code" block .
Any reason why ?
I stumbled to this :
I have a form and in the contructor i put
if (this.DesignMode)
return;
other code here
The IDE designer throws an exception and points to a line in the 'other
code" block .
Any reason why ?