コード例 #1
0
ファイル: ResponseResult.cs プロジェクト: timshao1120/wtgw
 public ResponseResult(MatchBase mb)
 {
     this.match = mb;
     this.transformation = Transformation.None;
 }
コード例 #2
0
ファイル: ResponseResult.cs プロジェクト: zjw0358/wtgw
 public ResponseResult(MatchBase mb)
 {
     this.match          = mb;
     this.transformation = Transformation.None;
 }