Esempio n. 1
0
 private void ConsultarAparelhoCliente()
 {
     colecaoCelular = negocioServ.ConsultarIphoneCelularIdCliente(infoCliente.pssid);
     textBoxDefeito.Select();
     Form1.encerrarThread   = true;
     pictureBoxLoad.Visible = false;
 }