Guest User

Untitled

a guest
Jul 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. }
  2.  
  3. Estado es = new Estado();
  4. es.idestado = 1;
  5. mar.estado = es;
  6.  
  7. cbomarca.DataSource = marne.ListadoMarcaxEstado(mar);
  8. cbomarca.DisplayMember = "marca";
  9.  
  10. cbomarca.ValueMember = "idmarca";
  11.  
  12.  
  13. }
Add Comment
Please, Sign In to add comment