public CommuteDepartureHistoryControl()
        {
            InitializeComponent();

            _commuterServiceClient = new MobileSrc.Services.CommuterServices.CommuterSoapClient("CommuterSoap");
            _commuterServiceClient.GetCommuteHistoryCompleted += new EventHandler<MobileSrc.Services.CommuterServices.GetCommuteHistoryCompletedEventArgs>(_commuterServiceClient_GetCommuteHistoryCompleted);

            this.Loaded += new RoutedEventHandler(CommuteDepartureHistoryControl_Loaded);
        }
Exemple #2
0
        public CommuteDepartureHistoryControl()
        {
            InitializeComponent();

            _commuterServiceClient = new MobileSrc.Services.CommuterServices.CommuterSoapClient("CommuterSoap");
            _commuterServiceClient.GetCommuteHistoryCompleted += new EventHandler <MobileSrc.Services.CommuterServices.GetCommuteHistoryCompletedEventArgs>(_commuterServiceClient_GetCommuteHistoryCompleted);

            this.Loaded += new RoutedEventHandler(CommuteDepartureHistoryControl_Loaded);
        }