예제 #1
0
파일: IPointMgr.cs 프로젝트: PulseCRM/Pulse
 public PointMgrEvent(int reqId, PointMgrCommandType reqType, int fileId, object req)
 {
     m_reqType = reqType;
     m_fileId  = fileId;
     m_reqId   = reqId;
     m_obj     = req;
 }
예제 #2
0
파일: IPointMgr.cs 프로젝트: PulseCRM/Pulse
 public PointMgrEvent()
 {
     m_reqType = PointMgrCommandType.Unknown;
 }