コード例 #1
0
 public MatchType ModifyMatchType(MatchType newMatchType)
 {
     return MatchTypeAccessor.ModifyMatchType(newMatchType);
 }
コード例 #2
0
 public MatchType CreateMatchType(MatchType matchType)
 {
     return MatchTypeAccessor.CreateMatchType(matchType);
 }