Esempio n. 1
0
 public CustomIteratorProblem()
 {
     flightList = new List <Flights>();
     getFlights = new Flights();
     MakeFlightList();
 }