What is the difference between Timer.Start and Tim

2019-06-17 06:08发布

问题:

I'm wondering what the difference is between starting a timer and enabling a timer in vb.net?

回答1:

They both do the same thing. According to MSDN Start Method

Starts raising the Elapsed event by setting Enabled to true.



标签: vb.net timer