Ejemplo n.º 1
0
 public SecondScreenInitState(WindowStateMachine stateMachine)
 {
     stateChangeEventHandler = (a, b) => GoToState(new SecondScreenTextingState(this));
     OnInit(stateMachine);
 }
 public SecondScreenInitState(WindowStateMachine stateMachine)
 {
     stateChangeEventHandler = (a, b) => GoToState(new SecondScreenTextingState(this));
     OnInit(stateMachine);
 }