J
John B
I have a variable in a base class defined as:
protected Control validationControl;
How can I ensure that it is set is any dervied classes. I see that you
cannot set variables to abstract.
Thanks
protected Control validationControl;
How can I ensure that it is set is any dervied classes. I see that you
cannot set variables to abstract.
Thanks