Ejemplo n.º 1
0
 public InterfaceEventArgs(xBbgMsgType argvMsgType)
 {
     mMsgType       = argvMsgType;
     mCorrelationId = -1;
     mData          = new System.Data.DataTable();
     mMsg           = string.Empty;
 }
Ejemplo n.º 2
0
 public InterfaceEventArgs(xBbgMsgType argvMsgType, string argvMsg)
 {
     mMsgType = argvMsgType;
     mMsg     = argvMsg;
     mData    = new System.Data.DataTable();
 }