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