G
Gina_Marano
help, help, help.
The microsoft documentation is getting me in a tizzy.
What is the difference between the following:
timer1.Tick += new System.EventHandler(timer1_Tick);
&
timer1.Tick += this.timer1_Tick;
They both compile and look like they work the same.
~Gina~
The microsoft documentation is getting me in a tizzy.
What is the difference between the following:
timer1.Tick += new System.EventHandler(timer1_Tick);
&
timer1.Tick += this.timer1_Tick;
They both compile and look like they work the same.
~Gina~