D
Daniel P.
Since multiple inheritance does not exist in C# I would like to be able to
subclass the Form and then have other class subclass MyForm. If I do that
then the designer will not see my classes as Forms anymore.
How can I fix that and have the design behave as MyFinalClass subclasses the
Form directly?
Thanks!
subclass the Form and then have other class subclass MyForm. If I do that
then the designer will not see my classes as Forms anymore.
How can I fix that and have the design behave as MyFinalClass subclasses the
Form directly?
Thanks!