O
Oleg Subachev
In VB.NET 2003 there is main form's constructor which
contains InitializeComponent() call and a placeholder below
to put custom initialization code there.
But there is no such constructor in VB.NET 2005 code
(though destructor is in place).
Where can I put custom initialization code in VB.NET 2005 ?
And, apropos, where is InitializeComponent() called from ?
Oleg Subachev
contains InitializeComponent() call and a placeholder below
to put custom initialization code there.
But there is no such constructor in VB.NET 2005 code
(though destructor is in place).
Where can I put custom initialization code in VB.NET 2005 ?
And, apropos, where is InitializeComponent() called from ?
Oleg Subachev