public ConfirmationWindowViewModel(OldViewModelBase vwModel)
 {
     this.ViewModel = vwModel;
     this.ParentDispatcher = Dispatcher.CurrentDispatcher;
 }
示例#2
0
 public UIInformation(OldViewModelBase vwModel)
 {
     this.ViewModel = vwModel;
     this.ParentDispatcher = Dispatcher.CurrentDispatcher;
 }