Beispiel #1
0
 public void ListarCarros()
 {
     ListaCarroAluguel.ItemsSource         = VeiculoDAO.ListarCarro();
     ListaCarroAluguel.CanUserAddRows      = false;
     ListaCarroAluguel.CanUserDeleteRows   = false;
     ListaCarroAluguel.AutoGenerateColumns = false;
     ListaCarroAluguel.IsReadOnly          = true;
 }