This commit is contained in:
aduoh 2016-06-19 00:34:26 +02:00
parent d2cd4ff5ac
commit c447b30c82

View file

@ -99,7 +99,7 @@ public class Plan extends AppCompatActivity implements View.OnClickListener {
/*cnx.selectSSID(this,false);
cnx.selectSSID(this,true);*/
while (cnx.génére()!=200);
for (int i = 0; i < 100; ++i) {}
for (int i = 0; i < 900000000; ++i) {}
msg_afficher=cnx.get_loc();
}while (msg_afficher.contains("200"));
}