Esempio n. 1
0
 public static AllFlights GetFlights()
 {
     if (allFlights == null)
     {
         allFlights = new AllFlights();
     }
     return(allFlights);
 }
 public static AllFlights GetFlights()
 {
     if (allFlights == null)
         allFlights = new AllFlights();
     return allFlights;
 }