Example #1
0
 private void LastExecute(string parameter)
 {
     Result = new List <int> {
         List2.Last()
     };
 }