예제 #1
0
 protected virtual void OnStarted(TelnetReadEventArgs e)
 {
     Started?.Invoke(this, e);
 }
예제 #2
0
 protected virtual void OnFinished(TelnetReadEventArgs e)
 {
     Finished?.Invoke(this, e);
 }
예제 #3
0
 protected virtual void OnRead(TelnetReadEventArgs e)
 {
     ReadEvent?.Invoke(this, e);
 }