コード例 #1
0
 protected ViewModelBase()
 {
     DispatcherObject = CoreWindow.GetForCurrentThread().Dispatcher;
     SimpleCommandManager.AssignOnPropertyChanged(ref this.PropertyChanged);
     _commandsList = new List <RelayCommand>();
 }
コード例 #2
0
 protected BaseNotificator()
 {
     SimpleCommandManager.AssignOnPropertyChanged(ref this.PropertyChanged);
 }