コード例 #1
0
 public BluetoothConnectionConfiguration(IBluetoothSetupView view)
 {
     _view = view;
     _view.ViewModel.PropertyChanges(vm => vm.IsEnabled).Subscribe(_ => OnPropertyChanged("IsEnabled"));
 }
コード例 #2
0
 public BluetoothConnectionConfiguration(IBluetoothSetupView view)
 {
     _view = view;
     _view.ViewModel.PropertyChanges(vm => vm.IsEnabled).Subscribe(_ => OnPropertyChanged("IsEnabled"));
 }