System.Threading.Timer won't trigger
- by mijatovic
Hello guys, I am new here...
I have one question, if somebody can help me.
It is about timers (System.Threading.Timer).
I want to break inevitable recursion: I have two columns in datarow and they are mutually dependant (price_without_VAT and price_with_VAT). Setting one of them will definitely cause StackOverflowException. So here's the idea:
…