Y
YYZ
I've got a form in a class library, form named frmPCGGen. I'm inheriting from
this form (for some base functionality) in a different project. When I inherit
from the form, I obviously give it a different name, frmTest for example.
In the code frmPCGGen, is it possible to know the name of the derived form, ie,
frmTest?
Matt
this form (for some base functionality) in a different project. When I inherit
from the form, I obviously give it a different name, frmTest for example.
In the code frmPCGGen, is it possible to know the name of the derived form, ie,
frmTest?
Matt