Exemplo n.º 1
0
 public EmulatorService(RadioStateService stateService)
 {
     _stateService = stateService;
 }
Exemplo n.º 2
0
 public MainWindowViewModel(RadioStateService stateService)
 {
     _stateService = stateService;
     _stateService.OnStateChangedAction = OnStateChangedAction;
 }