G
Guest
FormA is the owner of FormB, and when the FormB is closed, I want to call a method in FormA
I've tried in this way
FormA frm=(FormA)FormB.Owner
But I cannot find the method I need in the variable "frm"
Please help. Thanks a lot!
I've tried in this way
FormA frm=(FormA)FormB.Owner
But I cannot find the method I need in the variable "frm"
Please help. Thanks a lot!