Example #1
0
 private void SetState(EnmStateSessBoxCrypt state)
 {
     _state.SetState(state);
 }
Example #2
0
 private bool IS(EnmStateSessBoxCrypt state)
 {
     return(_state.IS(state));
 }