Exemple #1
0
 public AuthIpcReq(uint reqId, AuthReq authReq)
 {
     ReqId   = reqId;
     AuthReq = authReq;
 }