Interview Questions For All Who Are Waiting For Jobs
Saturday, April 26, 2008
Why is it not a good idea to insert code into InitializeComponent method when working with Visual Studio?
If we insert any code into InitializeComponent method the designer will through it away, because most of the code inside InitializeComponent is auto-generated.
No comments:
Post a Comment