コード例 #1
0
 public MoveGroupSequenceResult(MotionSequenceResponse response)
 {
     this.response = response;
 }
コード例 #2
0
 public GetMotionSequenceResponse(MotionSequenceResponse response)
 {
     this.response = response;
 }
コード例 #3
0
 public MoveGroupSequenceResult()
 {
     this.response = new MotionSequenceResponse();
 }
コード例 #4
0
 public GetMotionSequenceResponse()
 {
     this.response = new MotionSequenceResponse();
 }