Example #1
0
 private void cargar_clientes()
 {
     dgwClientes.DataSource = TrabajarCliente.listar_Clientes();
 }