N
Nick Weekes
Morning all,
Ive read a few posts regarding the manipulation of form controls from
one class to another etc, and the opinion is that it is considered poor
design to set the instanciation of controlX to Public, so its
accessible from other classes, rather than create FormY.ControlX public
properties, thus leaving the base control alone.
Im not sure why one is preferable to the other, any comments?
Ive read a few posts regarding the manipulation of form controls from
one class to another etc, and the opinion is that it is considered poor
design to set the instanciation of controlX to Public, so its
accessible from other classes, rather than create FormY.ControlX public
properties, thus leaving the base control alone.
Im not sure why one is preferable to the other, any comments?