Ejemplo n.º 1
0
 public UDPEventArgs(string msg, UDPState state)
 {
     this._msg   = msg;
     this._state = state;
     IsHandled   = false;
 }
Ejemplo n.º 2
0
 private void RaiseOtherException(UDPState state)
 {
     RaiseOtherException(state, "");
 }
Ejemplo n.º 3
0
 public UDPEventArgs(UDPState state)
 {
     this._state = state;
     IsHandled   = false;
 }