views:

40

answers:

0

when i'am calling timer1.Start() func in an event handler that contains two adjacent if blocks, its tick events doesn't fire and the code following it also doesnt get executed. on the othr hand, using an if-else pair instead solves the problem. why it can be so??