示例#1
0
 public GameControllerEventArgs(_STATUS pStatus, _OPERATIONS pOper)
 {
     this.mStatus = pStatus;
     this.mOper   = pOper;
 }
示例#2
0
 public GameControllerEventArgs(_STATUS pStatus, _OPERATIONS pOper)
 {
     this.mStatus = pStatus;
     this.mOper = pOper;
 }