示例#1
0
 public int Max(int x, int y)
 {
     return(Ctm.Max(x, y));
 }