public GameControllerEventArgs(_STATUS pStatus, _OPERATIONS pOper)
 {
     this.mStatus = pStatus;
     this.mOper   = pOper;
 }
 public GameControllerEventArgs(_STATUS pStatus, _OPERATIONS pOper)
 {
     this.mStatus = pStatus;
     this.mOper = pOper;
 }