mercredi 5 juin 2019

How do you keep the console code running if the IF statement is works?

I just wanna know how to make my code keep still going to run the other request if this IF statement is true.

if (response.Contains("token"))
{
      //some code to keep the program going... vv
}

Aucun commentaire:

Enregistrer un commentaire