Ejemplo n.º 1
0
 public void OnReply_RequestHistoryKLQuota(FTAPI_Conn client, uint nSerialNo, QotRequestHistoryKLQuota.Response rsp)
 {
     handleQotOnReply(nSerialNo, ProtoID.QotRequestHistoryKLQuota, rsp);
 }
Ejemplo n.º 2
0
 public void OnReply_RequestHistoryKLQuota(FTAPI_Conn client, int nSerialNo, QotRequestHistoryKLQuota.Response rsp)
 {
 }
Ejemplo n.º 3
0
 public RequestHistoryKLQuotaEventArgs(FTAPI_Conn client, int nSerialNo, QotRequestHistoryKLQuota.Response result)
 {
     Client   = client;
     SerialNo = nSerialNo;
     Result   = result;
 }