Exemplo n.º 1
0
 private void frmCadastroCliente_Load(object sender, EventArgs e)
 {
     dtgClientes.DataSource = ClienteDataAccess.Insere();
 }