Example #1
0
 private void btnSalvar_Click(object sender, EventArgs e)
 {
     if (usuarioController.AtualizarUsuario(txbID, txbUsername, txbEmail, txbSenha, null, currentUser))
     {
         currentUser = usuarioController.AtualizarInformacoesDaContaDeUsuario(txbUsername, txbEmail, txbSenha, currentUser);
     }
 }