How to change the base class of the created Designer class from System.Windows.Forms.Form to my own BaseForm

Each time I add a new form to my WinForms project, the developer generates code for a new class that inherits from System.Windows.Forms.Form.

For some reason, I want it to inherit from my own BaseForm class. Any way to automate it, except to edit the generated file yourself?

Thank!

+3
source share
1 answer

, Visual Studio . . " ". , .

+3

All Articles