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