示例#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;
 }