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