private void bunifuTextBox1_KeyPress(object sender, KeyPressEventArgs e) { try { Validacao_Moeda valida = new Validacao_Moeda(conexao); metroGrid1.DataSource = valida.ListarMoeda(metroLabel1.Text); } catch (Exception ex) { throw ex; } }
private void btnShowTable_Click_1(object sender, EventArgs e) { try { Validacao_Moeda valida = new Validacao_Moeda(conexao); metroGrid1.DataSource = valida.ListarMoeda(metroLabel1.Text); } catch (Exception ex) { throw ex; } }