mercredi 7 octobre 2015

C# How to check is timer enabled/disabled

Can you please help me?

            if (MyTimer.Enabled)
            {
                continue;
            }
            else 
            {
                break;
            }

i tryed it so but it wont work for me. I want to break the for loop if the timer is over

Aucun commentaire:

Enregistrer un commentaire