Using Visual Studio Form Designer With Forms Extending Abstract Classes
Reply
For a recent project I wanted to create an abstract form base class. This way some global functionality can be inherited by all of my forms and interface methods can be defined. But the result was this error message as … Continue reading