示例#1
0
 private void MaxExecute(string parameter)
 {
     Result = new List <int> {
         List2.Max()
     };
 }