Пример #1
0
 private void AsignarValores(Entity.ClienteViewModel cliente)
 {
     this.tb_nombre.Text          = cliente.Nombre;
     this.tb_ciudad.Text          = cliente.Ciudad;
     this.tb_direccion.Text       = cliente.Direccion;
     this.tb_email.Text           = cliente.Email;
     this.tb_personaContacto.Text = cliente.Contacto;
     this.tb_ruc.Text             = cliente.RUC;
     this.tb_telefono.Text        = cliente.Telefono;
 }