public BaseClass() { AirportSerivceClass_ = new Airport.AirportServiceClass(); FlightServiceClass_ = new Flight.FlightServiceClass(); LatLongClass_ = new Map.VELatLong(); flightsList = new List<Flight.Flight>(); flightXML = FlightXMLUtil.getXMLInstance(); }
public BaseClass() { AirportSerivceClass_ = new Airport.AirportServiceClass(); FlightServiceClass_ = new Flight.FlightServiceClass(); LatLongClass_ = new Map.VELatLong(); flightsList = new List <Flight.Flight>(); flightXML = FlightXMLUtil.getXMLInstance(); }