Example #1
0
 public MsgConnection(Socket socket, DGShowInfo dgShowInfo)
 {
     this.socket     = socket;
     this.dgShowInfo = dgShowInfo;
     BeginThread();
 }
Example #2
0
 /// <summary>
 /// 获取的报文请求对象
 /// </summary>
 public RequestAnalyse(RequestModel requestModel, DGShowInfo dgShowMsg)
 {
     this.requestModel = requestModel;
     this.dgShowMsg    = dgShowMsg;
 }