Hello,
I have a winform that opens (ShowDialog) other winforms.
Is there a way to get the first winform from the opened winform without passing it as a parameter or using a "public static" solution ?
EDIT: Didn't notice that i'm in a user control, how can i get my form?
Thanks in advance.