Esempio n. 1
0
 private void Tratar_Arquivo_Caminho_Completo_TextChanged(object sender, EventArgs e)
 {
     try
     {
         this.Solicitacao_Pagamento["Solicitacao_Pagamento_Comprovante_Pgto"] = Utilitario.Converte_Arquivo_Para_Array_Bytes(this.txtArquivoCaminhoCompleto.Text);
         this.Verificar_Mudancas();
     }
     catch (Exception ex)
     {
         Root.Tratamento_Erro.Tratar_Erro(ex, this);
     }
 }