T
TryingLikeHeck
I have a UserControl that must have 2 fields initialized before some of the
prorperties are used. So I added a new New sub with arguments.
If I leave the old New in there the control could be used without initializing
these fields so I removed it.
Now if I try to use it the designer gets upset because there is no New()
Is it posible to use only a New with arguments and still use the control in the
Designer??
Thanks in advance
prorperties are used. So I added a new New sub with arguments.
If I leave the old New in there the control could be used without initializing
these fields so I removed it.
Now if I try to use it the designer gets upset because there is no New()
Is it posible to use only a New with arguments and still use the control in the
Designer??
Thanks in advance