示例#1
0
 public PointMgrEvent(int reqId, PointMgrCommandType reqType, int fileId, object req)
 {
     m_reqType = reqType;
     m_fileId  = fileId;
     m_reqId   = reqId;
     m_obj     = req;
 }
示例#2
0
 public PointMgrEvent()
 {
     m_reqType = PointMgrCommandType.Unknown;
 }