J
juli jul
Hello,
I created a form and excpected to see in a windows designer generated
code something like this:
this.Load += new System.EventHandler(this.Form1_Load);
as I saw in other projects.
But I don't see it and I need it in order to do things while the form
loading.
How can I add it and where it appears?
Thank you!
I created a form and excpected to see in a windows designer generated
code something like this:
this.Load += new System.EventHandler(this.Form1_Load);
as I saw in other projects.
But I don't see it and I need it in order to do things while the form
loading.
How can I add it and where it appears?
Thank you!