S
Stephan Zaubzer
Is it possible to organize forms so that their Code is seperated in
several classes?
What I would like to do is to have the code of the content for each tab
page in seperate classes.
Example:
A tabpage contains some facilities to view/update company data from a
database. Those facilities should be encapsulated in one class, so that
I can reuse this class at several points of the software.
What possibilities are there to implement this?
Regards
Stephan
several classes?
What I would like to do is to have the code of the content for each tab
page in seperate classes.
Example:
A tabpage contains some facilities to view/update company data from a
database. Those facilities should be encapsulated in one class, so that
I can reuse this class at several points of the software.
What possibilities are there to implement this?
Regards
Stephan