Ejemplo n.º 1
0
 public AsyncUdpEventArgs(string msg, AsyncUdpState state)
 {
     this._msg   = msg;
     this._state = state;
     IsHandled   = false;
 }
Ejemplo n.º 2
0
 public AsyncUdpEventArgs(AsyncUdpState state)
 {
     this._state = state;
     IsHandled   = false;
 }