Is it possible to implement in Button click event two executing one after another methods by timer? Could anyone suggest something?
Sequence as follows:
- Within button click
- first method execution
- some delay (e.g. 3 sec.)
- second method execution.
thanks in advance!