Guest User

Untitled

a guest
Jun 18th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <UserControl.Resources>
  2. <local:CustomersViewModel x:Key="CustomersDataProvider"/>
  3. </UserControl.Resources>
  4.  
  5. <ListBox
  6. ItemsSource="{Binding Path=GetAll, Source={StaticResource CustomersDataProvider}}"
  7. ItemTemplate="{StaticResource CustomersDataTemplate}"/>
Add Comment
Please, Sign In to add comment