G
Gaz
When I add say, a click event handler for a button on a form, code gets
generated in the header file within the declaration of the form class
itself. If I am not mistaken this makes the code inlined which is not what
I want. Why handler code not generated in the cpp file?
Thanks.
generated in the header file within the declaration of the form class
itself. If I am not mistaken this makes the code inlined which is not what
I want. Why handler code not generated in the cpp file?
Thanks.