public ConfirmationWindowViewModel(OldViewModelBase vwModel)
 {
     this.ViewModel = vwModel;
     this.ParentDispatcher = Dispatcher.CurrentDispatcher;
 }
Esempio n. 2
0
 public UIInformation(OldViewModelBase vwModel)
 {
     this.ViewModel = vwModel;
     this.ParentDispatcher = Dispatcher.CurrentDispatcher;
 }