Esempio n. 1
0
 private void MinExecute(string parameter)
 {
     Result = new List <int> {
         List1.Min()
     };
 }