コード例 #1
0
        public frmFlightService()
        {
            InitializeComponent();

            callback = new FlightQueryCallback(this);
            Initialise();

            flightService.getListOfDestinations();
        }
コード例 #2
0
        public frmFlightService()
        {
            InitializeComponent();

            callback = new FlightQueryCallback(this);
            Initialise();

            flightService.getListOfDestinations();
        }