/// <summary> /// Function that calls all methods needed for initialization. This should be called after /// the main page has loaded. /// </summary> /// <param name="sender">sender</param> /// <param name="e">e events</param> void MainPage_Loaded(object sender, RoutedEventArgs e) { // Create an instance of the Web service class this.ssc = new SatelliteSituationCenterInterfaceClient(); // Makes the hash from standard name to iso country code from the images list this.getFileDictionary(); // Retrieve all of the ground stations from the service this.getAllGroundStations(); }