Пример #1
0
 private void FirstExecute(string parameter)
 {
     Result = new List <int> {
         List1.First()
     };
 }