In my Windows-Phone application I need to use a condition which needs to run for so long until it is no longer satisfied.
How can I create some form of logic-loop? I have tried using an if
statement but that only goes round once.
I'm fairly new to c# and aren't sure of all of the different logic conditions.
Thanks for your help.