It is an abstract class by heart but implemented as a normal class with
virtual Methods throwing NotImplementedExceptions because otherwise the
Designer would not be able to display derived Forms.
Possible Solutions:
- Seperate Display and control logic in the StarterPages
- Put in an intermediate class for each implementation that provides the
missing methods, then derive from THAT for the designer.
Original issue reported on code.google.com by jan.var...@gmail.com on 22 Nov 2007 at 3:55
Original issue reported on code.google.com by
jan.var...@gmail.com
on 22 Nov 2007 at 3:55