Пример #1
0
 public void OnReply_GetKL(FTAPI_Conn client, uint nSerialNo, QotGetKL.Response rsp)
 {
     handleQotOnReply(nSerialNo, ProtoID.QotGetKL, rsp);
 }
Пример #2
0
 public void OnReply_GetKL(FTAPI_Conn client, int nSerialNo, QotGetKL.Response rsp)
 {
 }
Пример #3
0
 public GetKLEventArgs(FTAPI_Conn client, int nSerialNo, QotGetKL.Response result)
 {
     Client   = client;
     SerialNo = nSerialNo;
     Result   = result;
 }