Ejemplo n.º 1
0
 private void SubscribeToTimeMachineStore()
 {
     _storeSubscription = TimeMachineStore.Subscribe(OnStateChange);
 }