G
Gianmaria I.
Hi,
i'm using a timer like this:
System.Timers.Timer myTimer= new System.Timers.Timer(60000);
in some conditions i want my timer to be reset... so if something happen i
know i want the timer to start counting again from zero...
simply reset to dont have the Elapsed event to be fired..
how can i do this??
regards.
i'm using a timer like this:
System.Timers.Timer myTimer= new System.Timers.Timer(60000);
in some conditions i want my timer to be reset... so if something happen i
know i want the timer to start counting again from zero...
simply reset to dont have the Elapsed event to be fired..
how can i do this??
regards.