예제 #1
0
 public AsyncEventArgs(string msg, TCPClientState state)
 {
     _msg      = msg;
     _state    = state;
     IsHandled = false;
 }
예제 #2
0
 public AsyncEventArgs(TCPClientState state)
 {
     _state    = state;
     IsHandled = false;
 }