Esempio n. 1
0
 private void Representante_Load(object sender, EventArgs e)
 {
     dataGridView1.DataSource = DALCadastro.CarregaRepresentante();
 }