コード例 #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;
 }