R
Rick
I've created a GUI control for my form. It has a public property
that's a generic list. When I use the control on a form, Visual
studio automatically generates the code in InitializeComponents. The
generic list property always gets set null here. How do prevent this
code property from being generated in InitializeComponents?
that's a generic list. When I use the control on a form, Visual
studio automatically generates the code in InitializeComponents. The
generic list property always gets set null here. How do prevent this
code property from being generated in InitializeComponents?