Exemplo n.º 1
0
 public RemoveHolidayCommandImpl(SettingWindowViewModel viewModel)
 {
     this.viewModel             = viewModel;
     viewModel.PropertyChanged += OnViewModelPropertyChangedEventHandler;
     viewModel.CustomHolidaysDictionary.CollectionChanged += OnCustomHolidaysDictionaryChangedEventHandler;
 }
Exemplo n.º 2
0
 public CloseWindowCommandImpl(SettingWindowViewModel viewModel)
 {
     this.viewModel = viewModel;
 }
Exemplo n.º 3
0
 public ApplyAndCloseCommandImpl(SettingWindowViewModel viewModel)
 {
     this.viewModel = viewModel;
 }
Exemplo n.º 4
0
 public ApplySettingsCommandImpl(SettingWindowViewModel viewModel)
 {
     this.viewModel             = viewModel;
     viewModel.PropertyChanged += OnViewModelPropertyChangedEventHandler;
 }