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