Exemple #1
0
 public UIStateEventConfiguration(IEventSource <TEvent> eventSource, StatefulActorModel <TModelState> actor)
 {
     _eventSource = eventSource;
     _actor       = actor;
 }
Exemple #2
0
 public UIStateConfiguration(TState state, StatefulActorModel <TModelState> actor)
 {
     _state = state;
     _actor = actor;
 }