S
Sergey Muschin
Hi there,
how to handle a forward declaration in managed VC ?
for example, let say i'm working with to form classes form1 and form2.
Now, how can i call a public method of form2 from form1?
I will include form2.h file in form1. Right?
But if i need to call a public method of form1 from form2 now? What do i do?
Regards,
Sergey Muschin
how to handle a forward declaration in managed VC ?
for example, let say i'm working with to form classes form1 and form2.
Now, how can i call a public method of form2 from form1?
I will include form2.h file in form1. Right?
But if i need to call a public method of form1 from form2 now? What do i do?
Regards,
Sergey Muschin