Beispiel #1
0
 public Bootscreen(BootscreenViewModel theViewModel)
 {
     InitializeComponent();
     DataContext = theViewModel;
 }
 public Bootscreen(BootscreenViewModel theViewModel)
 {
     InitializeComponent();
     DataContext = theViewModel;
 }