Ejemplo n.º 1
0
 public TelnetCodeHandler()
 {
     _state = new ConnectionTellnetStateText(this);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Allows our state classes to change the state being used
 /// </summary>
 /// <param name="newState">The state to change to</param>
 internal void ChangeState(ConnectionTelnetState newState)
 {
     _state = newState;
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Allows our state classes to change the state being used
 /// </summary>
 /// <param name="newState">The state to change to</param>
 internal void ChangeState(ConnectionTelnetState newState)
 {
     _state = newState;
 }
Ejemplo n.º 4
0
 public TelnetCodeHandler()
 {
     _state = new ConnectionTellnetStateText(this);
 }