Ejemplo n.º 1
0
 public LibraryFragment()
 {
     InitializeComponent();
     DataContext = new LibraryFragmentVM();
 }
Ejemplo n.º 2
0
 private void setLibraryFragment(object parameter)
 {
     ViewModel = new LibraryFragmentVM();
 }