F
Faisal Yaqoob
In my application, I have created a base form that contains the common
functions used across all the forms in my application. I want to make some
functions of this class abstract, which makes the whole class abstract. Now,
when other developers derive their classes from this class the .NET IDE
fails to open the form in design view and gives the error that "The designer
must create an instance of type 'frmBaseGraph' but it cannot because the
type is declared as abstract."
Is there a work around?
Currently, I have made the functions that were abstract as 'virtual' to keep
the things going, but I need a solution to this problem.
Thanks,
Project Leader,
YieldWerx Semiconductor
functions used across all the forms in my application. I want to make some
functions of this class abstract, which makes the whole class abstract. Now,
when other developers derive their classes from this class the .NET IDE
fails to open the form in design view and gives the error that "The designer
must create an instance of type 'frmBaseGraph' but it cannot because the
type is declared as abstract."
Is there a work around?
Currently, I have made the functions that were abstract as 'virtual' to keep
the things going, but I need a solution to this problem.
Thanks,
Project Leader,
YieldWerx Semiconductor